Html Css Color HEX #F24210 Orange Red

📋 copy color: '#F24210'

red 242 ◦ green 66 ◦ blue 16

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

Shades of Orange Red #F24210

Tints of Orange Red #F24210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 74.69%
G = 20.37%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24210 (or 0xF24210) is known color: Orange Red. HEX triplet: F2, 42 and 10. RGB value is (242,66,16). Sum of RGB (Red+Green+Blue) = 242+66+16=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F24210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24210 is #0DBDEF. Grayscale: #717171. Windows color (decimal): -900592 or 1065714. OLE color: 1065714.

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

Color convert

RGB 242 66 16 -
CMYK 0 0.73 0.93 0.05
HSL 13.27º 0.9% 0.51% -
HSV(B) 13.27º 0.93% 0.95% -
XYZ 38.66 22.81 2.86 -
YUV 112.92 73.31 220.07 -
System Red Green Blue C M Y K H S L
Decimal 242 66 16 0 0.73 0.93 0.05 13.27 0.9 0.51
Hex F2 42 10 0 49 5D 5 D 5A 33
Octal 362 102 20 0 111 135 5 15 132 63
Binary 11110010 1000010 10000 0 1001001 1011101 101 1101 1011010 110011

Color Harmonies of #F24210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24210

Black with #F24210

Text Example


Text Example

White with #F24210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24210; }

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

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

background-color css

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

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

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

border-color css

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

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

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