#F37235

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

Shades of Burnt Orange #F37235

Tints of Burnt Orange #F37235

Color information

#F37235 (or 0xF37235) is unknown color: approx Burnt Orange. HEX triplet: F3, 72 and 35. RGB value is (243,114,53). Sum of RGB (Red+Green+Blue) = 243+114+53=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F37235 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37235 is #0C8DCA. Grayscale: #919191. Windows color (decimal): -822731 or 3502835. OLE color: 3502835.

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

Color convert

RGB24311453-
CMYK00.530.780.05
HSL19.26º88.79%58.04%-
HSV(B)19.26º78.19%95.29%-
XYZ43.6231.357.12-
YUV145.6275.74197.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.27%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=59.27%
G=27.80%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431145300.530.780.0519.2688.7958.04
HexF372350354E513593a
Octal3631626506511652313172
Binary11110011111001011010101101011001110101100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37235; }

 p { color: rgb(243,114,53); }

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

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

 a { background-color: rgb(243,114,53); }

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

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

 span { border-color: rgb(243,114,53); }

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