#F16F31

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

Shades of Burnt Orange #F16F31

Tints of Burnt Orange #F16F31

Color information

#F16F31 (or 0xF16F31) is unknown color: approx Burnt Orange. HEX triplet: F1, 6F and 31. RGB value is (241,111,49). Sum of RGB (Red+Green+Blue) = 241+111+49=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F31 is #0E90CE. Grayscale: #8F8F8F. Windows color (decimal): -954575 or 3239921. OLE color: 3239921.

HSL color Cylindrical-coordinate representation of color #F16F31: hue angle of 19.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F16F31 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24111149-
CMYK00.540.800.05
HSL19.38º87.27%56.86%-
HSV(B)19.38º79.67%94.51%-
XYZ42.5130.296.51-
YUV142.875.07198.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.10%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 49 (19.53% from 255) = 12.22%
R=60.10%
G=27.68%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411114900.540.800.0519.3887.2756.86
HexF16F31036505135739
Octal3611576106612052312771
Binary11110001110111111000101101101010000101100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16F31; }

 p { color: rgb(241,111,49); }

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

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

 a { background-color: rgb(241,111,49); }

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

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

 span { border-color: rgb(241,111,49); }

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