#F36C30

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

Shades of Burnt Orange #F36C30

Tints of Burnt Orange #F36C30

Color information

#F36C30 (or 0xF36C30) is unknown color: approx Burnt Orange. HEX triplet: F3, 6C and 30. RGB value is (243,108,48). Sum of RGB (Red+Green+Blue) = 243+108+48=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36C30 is #0C93CF. Grayscale: #8D8D8D. Windows color (decimal): -824272 or 3173619. OLE color: 3173619.

HSL color Cylindrical-coordinate representation of color #F36C30: hue angle of 18.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F36C30 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24310848-
CMYK00.560.800.05
HSL18.46º89.04%57.06%-
HSV(B)18.46º80.25%95.29%-
XYZ42.8629.996.33-
YUV141.5275.23200.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.90%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 48 (19.14% from 255) = 12.03%
R=60.90%
G=27.07%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431084800.560.800.0518.4689.0457.06
HexF36C30038505125939
Octal3631546007012052213171
Binary11110011110110011000001110001010000101100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36C30; }

 p { color: rgb(243,108,48); }

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

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

 a { background-color: rgb(243,108,48); }

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

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

 span { border-color: rgb(243,108,48); }

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