#F57D35

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

Shades of Burnt Orange #F57D35

Tints of Burnt Orange #F57D35

Color information

#F57D35 (or 0xF57D35) is unknown color: approx Burnt Orange. HEX triplet: F5, 7D and 35. RGB value is (245,125,53). Sum of RGB (Red+Green+Blue) = 245+125+53=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57D35 is #0A82CA. Grayscale: #999999. Windows color (decimal): -688843 or 3505653. OLE color: 3505653.

HSL color Cylindrical-coordinate representation of color #F57D35: hue angle of 22.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F57D35 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24512553-
CMYK00.490.780.04
HSL22.5º90.57%58.43%-
HSV(B)22.5º78.37%96.08%-
XYZ45.6334.347.59-
YUV152.6771.76193.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.92%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 53 (21.09% from 255) = 12.53%
R=57.92%
G=29.55%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451255300.490.780.0422.590.5758.43
HexF57D350314E4165b3a
Octal3651756506111642613372
Binary11110101111110111010101100011001110100101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D35; }

 p { color: rgb(245,125,53); }

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

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

 a { background-color: rgb(245,125,53); }

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

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

 span { border-color: rgb(245,125,53); }

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