#FD5145

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

Shades of Sunset Orange #FD5145

Tints of Sunset Orange #FD5145

Color information

#FD5145 (or 0xFD5145) is unknown color: approx Sunset Orange. HEX triplet: FD, 51 and 45. RGB value is (253,81,69). Sum of RGB (Red+Green+Blue) = 253+81+69=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5145 is #02AEBA. Grayscale: #838383. Windows color (decimal): -175803 or 4542973. OLE color: 4542973.

HSL color Cylindrical-coordinate representation of color #FD5145: hue angle of 3.91º 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 #FD5145 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB2538169-
CMYK00.680.730.01
HSL3.91º97.87%63.14%-
HSV(B)3.91º72.73%99.22%-
XYZ44.5227.28.53-
YUV131.0692.98214.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.78%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=62.78%
G=20.10%
B=17.12%

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
Decimal253816900.680.730.013.9197.8763.14
HexFD51450444914623f
Octal37512110501041111414277
Binary111111011010001100010101000100100100111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5145; }

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

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

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

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

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

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

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

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