Html Css Color HEX #F24213 Orange Red

📋 copy color: '#F24213'

red 242 ◦ green 66 ◦ blue 19

#F24213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F24213

Tints of Orange Red #F24213

RGB

 RED value IS 242 (94.92% from 255) = 74.01%

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 74.01%
G = 20.18%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F24213 (or 0xF24213) is known color: Orange Red. HEX triplet: F2, 42 and 13. RGB value is (242,66,19). Sum of RGB (Red+Green+Blue) = 242+66+19=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F24213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24213 is #0DBDEC. Grayscale: #717171. Windows color (decimal): -900589 or 1262322. OLE color: 1262322.

HSL color Cylindrical-coordinate representation of color #F24213: hue angle of 12.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F24213 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 66 19 -
CMYK 0 0.73 0.92 0.05
HSL 12.65º 0.9% 0.51% -
HSV(B) 12.65º 0.92% 0.95% -
XYZ 38.68 22.82 2.98 -
YUV 113.27 74.81 219.82 -
System Red Green Blue C M Y K H S L
Decimal 242 66 19 0 0.73 0.92 0.05 12.65 0.9 0.51
Hex F2 42 13 0 49 5C 5 D 5A 33
Octal 362 102 23 0 111 134 5 15 132 63
Binary 11110010 1000010 10011 0 1001001 1011100 101 1101 1011010 110011

Color Harmonies of #F24213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24213

Black with #F24213

Text Example


Text Example

White with #F24213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24213; }

 p { color: rgb(242,66,19); }

 H1.HeaderClassName
 {
   color: #F24213;
 }
 .AnyTagClassName
 {
   color: #F24213;
 }
</style>

background-color css

<style>
 a { background-color: #F24213; }

 a { background-color: rgb(242,66,19); }

 div.DivClassName
 {
   background-color: #F24213;
 }
 .BgClassName
 {
   background-color: #F24213;
 }
</style>

border-color css

<style>
 span { border-color: #F24213; }

 span { border-color: rgb(242,66,19); }

 td.TdClassName
 {
   border-color: #F24213;
 }
 .TagClassName
 {
   border-color: #F24213;
 }
</style>