#F16C3F

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

Shades of Burnt Orange #F16C3F

Tints of Burnt Orange #F16C3F

Color information

#F16C3F (or 0xF16C3F) is unknown color: approx Burnt Orange. HEX triplet: F1, 6C and 3F. RGB value is (241,108,63). Sum of RGB (Red+Green+Blue) = 241+108+63=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C3F is #0E93C0. Grayscale: #8E8E8E. Windows color (decimal): -955329 or 4156657. OLE color: 4156657.

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

Color convert

RGB24110863-
CMYK00.550.740.05
HSL15.17º86.41%59.61%-
HSV(B)15.17º73.86%94.51%-
XYZ42.5429.788.21-
YUV142.6483.06198.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.50%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 63 (25% from 255) = 15.29%
R=58.50%
G=26.21%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411086300.550.740.0515.1786.4159.61
HexF16C3F0374A5f563c
Octal3611547706711251712674
Binary1111000111011001111110110111100101010111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16C3F; }

 p { color: rgb(241,108,63); }

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

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

 a { background-color: rgb(241,108,63); }

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

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

 span { border-color: rgb(241,108,63); }

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