#FD5440

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

Shades of Sunset Orange #FD5440

Tints of Sunset Orange #FD5440

Color information

#FD5440 (or 0xFD5440) is unknown color: approx Sunset Orange. HEX triplet: FD, 54 and 40. RGB value is (253,84,64). Sum of RGB (Red+Green+Blue) = 253+84+64=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5440 is #02ABBF. Grayscale: #848484. Windows color (decimal): -175040 or 4216061. OLE color: 4216061.

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

Color convert

RGB2538464-
CMYK00.670.750.01
HSL6.35º97.93%62.16%-
HSV(B)6.35º74.7%99.22%-
XYZ44.627.597.83-
YUV132.2589.49214.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.09%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=63.09%
G=20.95%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253846400.670.750.016.3597.9362.16
HexFD54400434B16623e
Octal37512410001031131614276
Binary111111011010100100000001000011100101111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5440; }

 p { color: rgb(253,84,64); }

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

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

 a { background-color: rgb(253,84,64); }

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

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

 span { border-color: rgb(253,84,64); }

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