#F16B28

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

Shades of Burnt Orange #F16B28

Tints of Burnt Orange #F16B28

Color information

#F16B28 (or 0xF16B28) is unknown color: approx Burnt Orange. HEX triplet: F1, 6B and 28. RGB value is (241,107,40). Sum of RGB (Red+Green+Blue) = 241+107+40=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B28 is #0E94D7. Grayscale: #8B8B8B. Windows color (decimal): -955608 or 2649073. OLE color: 2649073.

HSL color Cylindrical-coordinate representation of color #F16B28: hue angle of 20º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F16B28 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24110740-
CMYK00.560.830.05
HSL20º87.77%55.1%-
HSV(B)20º83.4%94.51%-
XYZ41.9229.375.47-
YUV139.4371.89200.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 40 (16.02% from 255) = 10.31%
R=62.11%
G=27.58%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411074000.560.830.052087.7755.1
HexF16B28038535145837
Octal3611535007012352413067
Binary11110001110101110100001110001010011101101001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16B28; }

 p { color: rgb(241,107,40); }

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

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

 a { background-color: rgb(241,107,40); }

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

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

 span { border-color: rgb(241,107,40); }

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