Html Css Color HEX #F24011 Orange Red

📋 copy color: '#F24011'

red 242 ◦ green 64 ◦ blue 17

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

Shades of Orange Red #F24011

Tints of Orange Red #F24011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 74.92%
G = 19.81%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24011 (or 0xF24011) is known color: Orange Red. HEX triplet: F2, 40 and 11. RGB value is (242,64,17). Sum of RGB (Red+Green+Blue) = 242+64+17=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F24011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24011 is #0DBFEE. Grayscale: #707070. Windows color (decimal): -901103 or 1130738. OLE color: 1130738.

HSL color Cylindrical-coordinate representation of color #F24011: hue angle of 12.53º 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 #F24011 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 64 17 -
CMYK 0 0.74 0.93 0.05
HSL 12.53º 0.9% 0.51% -
HSV(B) 12.53º 0.93% 0.95% -
XYZ 38.55 22.58 2.86 -
YUV 111.86 74.47 220.82 -
System Red Green Blue C M Y K H S L
Decimal 242 64 17 0 0.74 0.93 0.05 12.53 0.9 0.51
Hex F2 40 11 0 4A 5D 5 D 5A 33
Octal 362 100 21 0 112 135 5 15 132 63
Binary 11110010 1000000 10001 0 1001010 1011101 101 1101 1011010 110011

Color Harmonies of #F24011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24011

Black with #F24011

Text Example


Text Example

White with #F24011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24011; }

 p { color: rgb(242,64,17); }

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

background-color css

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

 a { background-color: rgb(242,64,17); }

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

border-color css

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

 span { border-color: rgb(242,64,17); }

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