COLOR #F25F34

HEX: #F25F34
RGB: (242,95,52)

Color info

#F25F34 contains mainly red color. Web safe color of #F25F34 is #FF6633 (or #F63).

RGB color model

#F25F34 color RGB value is (242,95,52).

  • red value is 242;
  • green value is 95;
  • blue value is 52.
RGB:
(242,95,52)
(95%,37%,20%)

RGB channels and saturation

R 242 of 255 = 95%
G 95 of 255 = 37%
B 52 of 255 = 20%

242
95
52

R + G + B ~ 51%. #F25F34 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 95 + 52 = 389 (100%)
R 242 of 389 ~ 62.21%
G 95 of 389 ~ 24.42%
B 52 of 389 ~ 13.37%

%62.21
%24.42
%13.37

CMYK color model

#F25F34 color CMYK value is (0,61,79,5).

  • cyan value is 0.00%
  • magenta value is 60.74%
  • yellow value is 78.51%
  • key color value is 5.10%
CMYK:
(0,61,79,5)
C0M61Y79K5 
(0%,61%,79%,5%)
(0.00/0.61/0.79/0.05)	

CMYK percentages

%0
%60.74
%78.51
%5.1

Codes

Color #F25F34 in popluar color models

F25F34
RGB2429552
HSL14°87.96%57.65%
HSB/HSV14°78.51%94.90%
CMYK0.00%60.74%78.51%
5.10%

Color #F25F34 in popluar number systems.

HEXF25F34
Decimal2429552
Binary111100101011111110100
Octal36213764

Shades and tints

Shades of #F25F34

#F25F34
(242,95,52)
#DC5730
(220,87,48)
#C64F2C
(198,79,44)
#B04728
(176,71,40)
#9A3F24
(154,63,36)
#843720
(132,55,32)
#6E2F1C
(110,47,28)
#582718
(88,39,24)
#421F14
(66,31,20)
#2C1710
(44,23,16)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #F25F34

#F25F34
(242,95,52)
#F36D46
(243,109,70)
#F47B58
(244,123,88)
#F5896A
(245,137,106)
#F6977C
(246,151,124)
#F7A58E
(247,165,142)
#F8B3A0
(248,179,160)
#F9C1B2
(249,193,178)
#FACFC4
(250,207,196)
#FBDDD6
(251,221,214)
#FCEBE8
(252,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25F34 color. Also use rgb(242,95,52) instead hex code.

Text Font Color

.myTextColor { color: #F25F34; }

<p style="color:#F25F34">This sample text font color is #F25F34.</p>

This text font color is #F25F34.


Background Color

.myBgColor { background-color: #F25F34; }

<div style="background-color:#F25F34">Inner text</div>

This div background color is #F25F34.


Border color

.myBorderColor { border: 1px solid #F25F34; }

<div style="border:3px solid #F25F34">Div</div>

This div border color is #F25F34.


Opacity

.myOpacity80 { color: #F25F34; opacity: 0.8; }

<p style="color:#F25F34;opacity:0.8;">80%</p>

Text with #F25F34 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F25F34;}

<p style="text-shadow: 3px 3px 1px #F25F34">Text here.</p>

This text has shadow with #F25F34 color.

.textShadow {text-shadow: 3px 3px 1px #F25F34, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F25F34, 5px 5px 20px red">Text here.</p>

This text has shadow with #F25F34 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F25F34, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F25F34, Direction=45, Strength=4)">Text</p>

This text has shadow with #F25F34 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F25F34;
  -webkit-box-shadow:	1px 1px 3px 2px #F25F34;
  box-shadow:		1px 1px 3px 2px #F25F34;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F25F34;
-webkit-box-shadow: 1px 1px 3px 2px #F25F34;
box-shadow:1px 1px 3px 2px #F25F34;">
Div content here</div>
This div box has shadow with color #F25F34.

Preview

Color preview on black background

This text has color #F25F34 on black background.


Color preview on white background

This text has color #F25F34 on white background.



Black color preview on #F25F34 background

This text has black color on #F25F34 background.


White color preview on #F25F34 background

This text has white color on #F25F34 background.