#FD5245

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

Shades of Sunset Orange #FD5245

Tints of Sunset Orange #FD5245

Color information

#FD5245 (or 0xFD5245) is unknown color: approx Sunset Orange. HEX triplet: FD, 52 and 45. RGB value is (253,82,69). Sum of RGB (Red+Green+Blue) = 253+82+69=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5245 is #02ADBA. Grayscale: #838383. Windows color (decimal): -175547 or 4543229. OLE color: 4543229.

HSL color Cylindrical-coordinate representation of color #FD5245: hue angle of 4.24º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD5245 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB2538269-
CMYK00.680.730.01
HSL4.24º97.87%63.14%-
HSV(B)4.24º72.73%99.22%-
XYZ44.627.358.56-
YUV131.6592.65214.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.62%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 69 (27.34% from 255) = 17.08%
R=62.62%
G=20.30%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253826900.680.730.014.2497.8763.14
HexFD52450444914623f
Octal37512210501041111414277
Binary111111011010010100010101000100100100111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5245; }

 p { color: rgb(253,82,69); }

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

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

 a { background-color: rgb(253,82,69); }

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

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

 span { border-color: rgb(253,82,69); }

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