#F07632

Color #F07632 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F07632

Tints of Burnt Orange #F07632

Color information

#F07632 (or 0xF07632) is unknown color: approx Burnt Orange. HEX triplet: F0, 76 and 32. RGB value is (240,118,50). Sum of RGB (Red+Green+Blue) = 240+118+50=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F07632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07632 is #0F89CD. Grayscale: #939393. Windows color (decimal): -1018318 or 3307248. OLE color: 3307248.

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

Color convert

RGB24011850-
CMYK00.510.790.06
HSL21.47º86.36%56.86%-
HSV(B)21.47º79.17%94.12%-
XYZ42.9931.716.87-
YUV146.7373.42194.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.82%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 50 (19.92% from 255) = 12.25%
R=58.82%
G=28.92%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401185000.510.790.0621.4786.3656.86
HexF076320334F6155639
Octal3601666206311762512671
Binary11110000111011011001001100111001111110101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07632; }

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

 H1.HeaderClassName
 {
   color: #F07632;
 }
 .AnyTagClassName
 {
   color: #F07632;
 }
</style>
background-color css

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

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

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

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

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

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