Html Css Color HEX #F04506 Orange Red

📋 copy color: '#F04506'

red 240 ◦ green 69 ◦ blue 6

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

Shades of Orange Red #F04506

Tints of Orange Red #F04506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

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

R = 76.19%
G = 21.9%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04506 (or 0xF04506) is known color: Orange Red. HEX triplet: F0, 45 and 06. RGB value is (240,69,6). Sum of RGB (Red+Green+Blue) = 240+69+6=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F04506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04506 is #0FBAF9. Grayscale: #717171. Windows color (decimal): -1030906 or 411120. OLE color: 411120.

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

Color convert

RGB 240 69 6 -
CMYK 0 0.71 0.98 0.06
HSL 16.15º 0.95% 0.48% -
HSV(B) 16.15º 0.98% 0.94% -
XYZ 38.1 22.79 2.56 -
YUV 112.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 240 69 6 0 0.71 0.98 0.06 16.15 0.95 0.48
Hex F0 45 6 0 47 62 6 10 5F 30
Octal 360 105 6 0 107 142 6 20 137 60
Binary 11110000 1000101 110 0 1000111 1100010 110 10000 1011111 110000

Color Harmonies of #F04506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04506

Black with #F04506

Text Example


Text Example

White with #F04506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04506; }

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

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

background-color css

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

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

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

border-color css

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

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

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