#FD5240

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

Shades of Sunset Orange #FD5240

Tints of Sunset Orange #FD5240

Color information

#FD5240 (or 0xFD5240) is unknown color: approx Sunset Orange. HEX triplet: FD, 52 and 40. RGB value is (253,82,64). Sum of RGB (Red+Green+Blue) = 253+82+64=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5240 is #02ADBF. Grayscale: #838383. Windows color (decimal): -175552 or 4215549. OLE color: 4215549.

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

Color convert

RGB2538264-
CMYK00.680.750.01
HSL5.71º97.93%62.16%-
HSV(B)5.71º74.7%99.22%-
XYZ44.4527.297.77-
YUV131.0890.15214.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.41%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 64 (25.39% from 255) = 16.04%
R=63.41%
G=20.55%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253826400.680.750.015.7197.9362.16
HexFD52400444B16623e
Octal37512210001041131614276
Binary111111011010010100000001000100100101111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5240; }

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

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

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

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

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

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

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

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