#F16C3E

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

Shades of Burnt Orange #F16C3E

Tints of Burnt Orange #F16C3E

Color information

#F16C3E (or 0xF16C3E) is unknown color: approx Burnt Orange. HEX triplet: F1, 6C and 3E. RGB value is (241,108,62). Sum of RGB (Red+Green+Blue) = 241+108+62=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C3E is #0E93C1. Grayscale: #8E8E8E. Windows color (decimal): -955330 or 4091121. OLE color: 4091121.

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

Color convert

RGB24110862-
CMYK00.550.740.05
HSL15.42º86.47%59.41%-
HSV(B)15.42º74.27%94.51%-
XYZ42.5129.778.06-
YUV142.5282.56198.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.64%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=58.64%
G=26.28%
B=15.09%

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
Decimal2411086200.550.740.0515.4286.4759.41
HexF16C3E0374A5f563b
Octal3611547606711251712673
Binary1111000111011001111100110111100101010111111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16C3E; }

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

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

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

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

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

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

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

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