#F57C35

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

Shades of Burnt Orange #F57C35

Tints of Burnt Orange #F57C35

Color information

#F57C35 (or 0xF57C35) is unknown color: approx Burnt Orange. HEX triplet: F5, 7C and 35. RGB value is (245,124,53). Sum of RGB (Red+Green+Blue) = 245+124+53=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57C35 is #0A83CA. Grayscale: #989898. Windows color (decimal): -689099 or 3505397. OLE color: 3505397.

HSL color Cylindrical-coordinate representation of color #F57C35: hue angle of 22.19º 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 #F57C35 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24512453-
CMYK00.490.780.04
HSL22.19º90.57%58.43%-
HSV(B)22.19º78.37%96.08%-
XYZ45.5134.087.55-
YUV152.0872.09194.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.06%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=58.06%
G=29.38%
B=12.56%

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
Decimal2451245300.490.780.0422.1990.5758.43
HexF57C350314E4165b3a
Octal3651746506111642613372
Binary11110101111110011010101100011001110100101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57C35; }

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

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

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

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

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

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

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

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