#F0762F

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

Shades of Burnt Orange #F0762F

Tints of Burnt Orange #F0762F

Color information

#F0762F (or 0xF0762F) is unknown color: approx Burnt Orange. HEX triplet: F0, 76 and 2F. RGB value is (240,118,47). Sum of RGB (Red+Green+Blue) = 240+118+47=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0762F is #0F89D0. Grayscale: #929292. Windows color (decimal): -1018321 or 3110640. OLE color: 3110640.

HSL color Cylindrical-coordinate representation of color #F0762F: hue angle of 22.07º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0762F is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB24011847-
CMYK00.510.800.06
HSL22.07º86.55%56.27%-
HSV(B)22.07º80.42%94.12%-
XYZ42.9331.696.54-
YUV146.3871.92194.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 47 (18.75% from 255) = 11.60%
R=59.26%
G=29.14%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401184700.510.800.0622.0786.5556.27
HexF0762F033506165738
Octal3601665706312062612770
Binary11110000111011010111101100111010000110101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0762F; }

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

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

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

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

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

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

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

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