#FD9545

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

Shades of Sunshade #FD9545

Tints of Sunshade #FD9545

Color information

#FD9545 (or 0xFD9545) is unknown color: approx Sunshade. HEX triplet: FD, 95 and 45. RGB value is (253,149,69). Sum of RGB (Red+Green+Blue) = 253+149+69=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9545 is #026ABA. Grayscale: #ABABAB. Windows color (decimal): -158395 or 4560381. OLE color: 4560381.

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

Color convert

RGB25314969-
CMYK00.410.730.01
HSL26.09º97.87%63.14%-
HSV(B)26.09º72.73%99.22%-
XYZ52.3342.8111.13-
YUV170.9870.46186.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 69 (27.34% from 255) = 14.65%
R=53.72%
G=31.63%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531496900.410.730.0126.0997.8763.14
HexFD95450294911a623f
Octal37522510505111113214277
Binary11111101100101011000101010100110010011110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9545; }

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

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

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

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

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

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

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

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