#F36D40

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

Shades of Burnt Orange #F36D40

Tints of Burnt Orange #F36D40

Color information

#F36D40 (or 0xF36D40) is unknown color: approx Burnt Orange. HEX triplet: F3, 6D and 40. RGB value is (243,109,64). Sum of RGB (Red+Green+Blue) = 243+109+64=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36D40 is #0C92BF. Grayscale: #909090. Windows color (decimal): -824000 or 4222451. OLE color: 4222451.

HSL color Cylindrical-coordinate representation of color #F36D40: hue angle of 15.08º degrees, saturation: 0.88, 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 #F36D40 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24310964-
CMYK00.550.740.05
HSL15.08º88.18%60.2%-
HSV(B)15.08º73.66%95.29%-
XYZ43.3630.368.43-
YUV143.9482.89198.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.41%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 64 (25.39% from 255) = 15.38%
R=58.41%
G=26.20%
B=15.38%

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
Decimal2431096400.550.740.0515.0888.1860.2
HexF36D400374A5f583c
Octal36315510006711251713074
Binary11110011110110110000000110111100101010111111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36D40; }

 p { color: rgb(243,109,64); }

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

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

 a { background-color: rgb(243,109,64); }

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

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

 span { border-color: rgb(243,109,64); }

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