Html Css Color HEX #F24712 Orange Red

📋 copy color: '#F24712'

red 242 ◦ green 71 ◦ blue 18

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

Shades of Orange Red #F24712

Tints of Orange Red #F24712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 73.11%
G = 21.45%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24712 (or 0xF24712) is known color: Orange Red. HEX triplet: F2, 47 and 12. RGB value is (242,71,18). Sum of RGB (Red+Green+Blue) = 242+71+18=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F24712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24712 is #0DB8ED. Grayscale: #747474. Windows color (decimal): -899310 or 1198066. OLE color: 1198066.

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

Color convert

RGB 242 71 18 -
CMYK 0 0.71 0.93 0.05
HSL 14.2º 0.9% 0.51% -
HSV(B) 14.2º 0.93% 0.95% -
XYZ 38.98 23.43 3.04 -
YUV 116.09 72.65 217.81 -
System Red Green Blue C M Y K H S L
Decimal 242 71 18 0 0.71 0.93 0.05 14.2 0.9 0.51
Hex F2 47 12 0 47 5D 5 E 5A 33
Octal 362 107 22 0 107 135 5 16 132 63
Binary 11110010 1000111 10010 0 1000111 1011101 101 1110 1011010 110011

Color Harmonies of #F24712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24712

Black with #F24712

Text Example


Text Example

White with #F24712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24712; }

 p { color: rgb(242,71,18); }

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

background-color css

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

 a { background-color: rgb(242,71,18); }

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

border-color css

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

 span { border-color: rgb(242,71,18); }

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