#f1752d

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

Shades of Burnt Orange #F1752D

Tints of Burnt Orange #F1752D

Color information

#F1752D (or 0xF1752D) is unknown color: approx Burnt Orange. HEX triplet: F1, 75 and 2D. RGB value is (241,117,45). Sum of RGB (Red+Green+Blue) = 241+117+45=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1752D is #0E8AD2. Grayscale: #929292. Windows color (decimal): -953043 or 2979313. OLE color: 2979313.

HSL color Cylindrical-coordinate representation of color #F1752D: hue angle of 22.04º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1752D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24111745-
CMYK00.510.810.05
HSL22.04º87.5%56.08%-
HSV(B)22.04º81.33%94.51%-
XYZ43.1131.616.31-
YUV145.8771.08195.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.80%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 45 (17.97% from 255) = 11.17%
R=59.80%
G=29.03%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411174500.510.810.0522.0487.556.08
HexF1752D033515165838
Octal3611655506312152613070
Binary11110001111010110110101100111010001101101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1752d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1752d; }

 p { color: rgb(241,117,45); }

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

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

 a { background-color: rgb(241,117,45); }

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

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

 span { border-color: rgb(241,117,45); }

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