Html Css Color HEX #F04406 Orange Red

📋 copy color: '#F04406'

red 240 ◦ green 68 ◦ blue 6

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

Shades of Orange Red #F04406

Tints of Orange Red #F04406

RGB

 RED value IS 240 (94.14% from 255) = 76.43%

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

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

R = 76.43%
G = 21.66%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04406 (or 0xF04406) is known color: Orange Red. HEX triplet: F0, 44 and 06. RGB value is (240,68,6). Sum of RGB (Red+Green+Blue) = 240+68+6=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F04406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04406 is #0FBBF9. Grayscale: #707070. Windows color (decimal): -1031162 or 410864. OLE color: 410864.

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

Color convert

RGB 240 68 6 -
CMYK 0 0.72 0.98 0.06
HSL 15.9º 0.95% 0.48% -
HSV(B) 15.9º 0.98% 0.94% -
XYZ 38.04 22.67 2.54 -
YUV 112.36 67.98 219.04 -
System Red Green Blue C M Y K H S L
Decimal 240 68 6 0 0.72 0.98 0.06 15.9 0.95 0.48
Hex F0 44 6 0 48 62 6 10 5F 30
Octal 360 104 6 0 110 142 6 20 137 60
Binary 11110000 1000100 110 0 1001000 1100010 110 10000 1011111 110000

Color Harmonies of #F04406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04406

Black with #F04406

Text Example


Text Example

White with #F04406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04406; }

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

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

background-color css

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

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

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

border-color css

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

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

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