#F16936

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

Shades of Burnt Orange #F16936

Tints of Burnt Orange #F16936

Color information

#F16936 (or 0xF16936) is unknown color: approx Burnt Orange. HEX triplet: F1, 69 and 36. RGB value is (241,105,54). Sum of RGB (Red+Green+Blue) = 241+105+54=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F16936 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16936 is #0E96C9. Grayscale: #8C8C8C. Windows color (decimal): -956106 or 3566065. OLE color: 3566065.

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

Color convert

RGB24110554-
CMYK00.560.780.05
HSL16.36º86.98%57.84%-
HSV(B)16.36º77.59%94.51%-
XYZ41.9929.076.89-
YUV139.8579.56200.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 54 (21.48% from 255) = 13.5%
R=60.25%
G=26.25%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411055400.560.780.0516.3686.9857.84
HexF169360384E510573a
Octal3611516607011652012772
Binary11110001110100111011001110001001110101100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16936; }

 p { color: rgb(241,105,54); }

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

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

 a { background-color: rgb(241,105,54); }

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

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

 span { border-color: rgb(241,105,54); }

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