#FD553C

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

Shades of Sunset Orange #FD553C

Tints of Sunset Orange #FD553C

Color information

#FD553C (or 0xFD553C) is unknown color: approx Sunset Orange. HEX triplet: FD, 55 and 3C. RGB value is (253,85,60). Sum of RGB (Red+Green+Blue) = 253+85+60=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD553C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD553C is #02AAC3. Grayscale: #848484. Windows color (decimal): -174788 or 3954173. OLE color: 3954173.

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

Color convert

RGB2538560-
CMYK00.660.760.01
HSL7.77º97.97%61.37%-
HSV(B)7.77º76.28%99.22%-
XYZ44.5727.717.27-
YUV132.3887.16214.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.57%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 60 (23.83% from 255) = 15.08%
R=63.57%
G=21.36%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253856000.660.760.017.7797.9761.37
HexFD553C0424C18623d
Octal37512574010211411014275
Binary111111011010101111100010000101001100110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD553C; }

 p { color: rgb(253,85,60); }

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

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

 a { background-color: rgb(253,85,60); }

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

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

 span { border-color: rgb(253,85,60); }

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