#F16D37

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

Shades of Burnt Orange #F16D37

Tints of Burnt Orange #F16D37

Color information

#F16D37 (or 0xF16D37) is unknown color: approx Burnt Orange. HEX triplet: F1, 6D and 37. RGB value is (241,109,55). Sum of RGB (Red+Green+Blue) = 241+109+55=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D37 is #0E92C8. Grayscale: #8E8E8E. Windows color (decimal): -955081 or 3632625. OLE color: 3632625.

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

Color convert

RGB24110955-
CMYK00.550.770.05
HSL17.42º86.92%58.04%-
HSV(B)17.42º77.18%94.51%-
XYZ42.4329.917.15-
YUV142.3178.73198.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 55 (21.88% from 255) = 13.58%
R=59.51%
G=26.91%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411095500.550.770.0517.4286.9258.04
HexF16D370374D511573a
Octal3611556706711552112772
Binary11110001110110111011101101111001101101100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16D37; }

 p { color: rgb(241,109,55); }

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

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

 a { background-color: rgb(241,109,55); }

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

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

 span { border-color: rgb(241,109,55); }

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