Html Css Color HEX #F24406 Orange Red

📋 copy color: '#F24406'

red 242 ◦ green 68 ◦ blue 6

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

Shades of Orange Red #F24406

Tints of Orange Red #F24406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 76.58%
G = 21.52%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24406 (or 0xF24406) is known color: Orange Red. HEX triplet: F2, 44 and 06. RGB value is (242,68,6). Sum of RGB (Red+Green+Blue) = 242+68+6=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F24406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24406 is #0DBBF9. Grayscale: #717171. Windows color (decimal): -900090 or 410866. OLE color: 410866.

HSL color Cylindrical-coordinate representation of color #F24406: hue angle of 15.76º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F24406 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 6 -
CMYK 0 0.72 0.98 0.05
HSL 15.76º 0.95% 0.49% -
HSV(B) 15.76º 0.98% 0.95% -
XYZ 38.72 23.02 2.58 -
YUV 112.96 67.65 220.04 -
System Red Green Blue C M Y K H S L
Decimal 242 68 6 0 0.72 0.98 0.05 15.76 0.95 0.49
Hex F2 44 6 0 48 62 5 10 5F 31
Octal 362 104 6 0 110 142 5 20 137 61
Binary 11110010 1000100 110 0 1001000 1100010 101 10000 1011111 110001

Color Harmonies of #F24406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24406

Black with #F24406

Text Example


Text Example

White with #F24406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24406; }

 p { color: rgb(242,68,6); }

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

background-color css

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

 a { background-color: rgb(242,68,6); }

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

border-color css

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

 span { border-color: rgb(242,68,6); }

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