Html Css Color HEX #F24206 Orange Red

📋 copy color: '#F24206'

red 242 ◦ green 66 ◦ blue 6

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

Shades of Orange Red #F24206

Tints of Orange Red #F24206

RGB

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

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

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

R = 77.07%
G = 21.02%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24206 (or 0xF24206) is known color: Orange Red. HEX triplet: F2, 42 and 06. RGB value is (242,66,6). Sum of RGB (Red+Green+Blue) = 242+66+6=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F24206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24206 is #0DBDF9. Grayscale: #707070. Windows color (decimal): -900602 or 410354. OLE color: 410354.

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

Color convert

RGB 242 66 6 -
CMYK 0 0.73 0.98 0.05
HSL 15.25º 0.95% 0.49% -
HSV(B) 15.25º 0.98% 0.95% -
XYZ 38.6 22.79 2.54 -
YUV 111.78 68.31 220.88 -
System Red Green Blue C M Y K H S L
Decimal 242 66 6 0 0.73 0.98 0.05 15.25 0.95 0.49
Hex F2 42 6 0 49 62 5 F 5F 31
Octal 362 102 6 0 111 142 5 17 137 61
Binary 11110010 1000010 110 0 1001001 1100010 101 1111 1011111 110001

Color Harmonies of #F24206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24206

Black with #F24206

Text Example


Text Example

White with #F24206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24206; }

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

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

background-color css

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

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

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

border-color css

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

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

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