Html Css Color HEX #F24006 Orange Red

📋 copy color: '#F24006'

red 242 ◦ green 64 ◦ blue 6

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

Shades of Orange Red #F24006

Tints of Orange Red #F24006

RGB

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

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

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

R = 77.56%
G = 20.51%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24006 (or 0xF24006) is known color: Orange Red. HEX triplet: F2, 40 and 06. RGB value is (242,64,6). Sum of RGB (Red+Green+Blue) = 242+64+6=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F24006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24006 is #0DBFF9. Grayscale: #6F6F6F. Windows color (decimal): -901114 or 409842. OLE color: 409842.

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

Color convert

RGB 242 64 6 -
CMYK 0 0.74 0.98 0.05
HSL 14.75º 0.95% 0.49% -
HSV(B) 14.75º 0.98% 0.95% -
XYZ 38.48 22.56 2.5 -
YUV 110.61 68.97 221.72 -
System Red Green Blue C M Y K H S L
Decimal 242 64 6 0 0.74 0.98 0.05 14.75 0.95 0.49
Hex F2 40 6 0 4A 62 5 F 5F 31
Octal 362 100 6 0 112 142 5 17 137 61
Binary 11110010 1000000 110 0 1001010 1100010 101 1111 1011111 110001

Color Harmonies of #F24006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24006

Black with #F24006

Text Example


Text Example

White with #F24006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24006; }

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

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

background-color css

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

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

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

border-color css

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

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

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