Html Css Color HEX #F07032 Burnt Orange

📋 copy color: '#F07032'

red 240 ◦ green 112 ◦ blue 50

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

Shades of Burnt Orange #F07032

Tints of Burnt Orange #F07032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 59.7%
G = 27.86%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F07032 (or 0xF07032) is known color: Burnt Orange. HEX triplet: F0, 70 and 32. RGB value is (240,112,50). Sum of RGB (Red+Green+Blue) = 240+112+50=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F07032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07032 is #0F8FCD. Grayscale: #8F8F8F. Windows color (decimal): -1019854 or 3305712. OLE color: 3305712.

HSL color Cylindrical-coordinate representation of color #F07032: hue angle of 19.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F07032 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 50 -
CMYK 0 0.53 0.79 0.06
HSL 19.58º 0.86% 0.57% -
HSV(B) 19.58º 0.79% 0.94% -
XYZ 42.31 30.34 6.64 -
YUV 143.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 240 112 50 0 0.53 0.79 0.06 19.58 0.86 0.57
Hex F0 70 32 0 35 4F 6 14 56 39
Octal 360 160 62 0 65 117 6 24 126 71
Binary 11110000 1110000 110010 0 110101 1001111 110 10100 1010110 111001

Color Harmonies of #F07032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07032

Black with #F07032

Text Example


Text Example

White with #F07032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07032; }

 p { color: rgb(240,112,50); }

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

background-color css

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

 a { background-color: rgb(240,112,50); }

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

border-color css

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

 span { border-color: rgb(240,112,50); }

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