Html Css Color HEX #F24810 Orange Red

📋 copy color: '#F24810'

red 242 ◦ green 72 ◦ blue 16

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

Shades of Orange Red #F24810

Tints of Orange Red #F24810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 73.33%
G = 21.82%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24810 (or 0xF24810) is known color: Orange Red. HEX triplet: F2, 48 and 10. RGB value is (242,72,16). Sum of RGB (Red+Green+Blue) = 242+72+16=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F24810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24810 is #0DB7EF. Grayscale: #747474. Windows color (decimal): -899056 or 1067250. OLE color: 1067250.

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

Color convert

RGB 242 72 16 -
CMYK 0 0.70 0.93 0.05
HSL 14.87º 0.9% 0.51% -
HSV(B) 14.87º 0.93% 0.95% -
XYZ 39.03 23.55 2.98 -
YUV 116.45 71.32 217.55 -
System Red Green Blue C M Y K H S L
Decimal 242 72 16 0 0.70 0.93 0.05 14.87 0.9 0.51
Hex F2 48 10 0 46 5D 5 F 5A 33
Octal 362 110 20 0 106 135 5 17 132 63
Binary 11110010 1001000 10000 0 1000110 1011101 101 1111 1011010 110011

Color Harmonies of #F24810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24810

Black with #F24810

Text Example


Text Example

White with #F24810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24810; }

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

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

background-color css

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

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

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

border-color css

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

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

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