#FD5140

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

Shades of Sunset Orange #FD5140

Tints of Sunset Orange #FD5140

Color information

#FD5140 (or 0xFD5140) is unknown color: approx Sunset Orange. HEX triplet: FD, 51 and 40. RGB value is (253,81,64). Sum of RGB (Red+Green+Blue) = 253+81+64=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5140 is #02AEBF. Grayscale: #828282. Windows color (decimal): -175808 or 4215293. OLE color: 4215293.

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

Color convert

RGB2538164-
CMYK00.680.750.01
HSL5.4º97.93%62.16%-
HSV(B)5.4º74.7%99.22%-
XYZ44.3827.147.75-
YUV130.4990.48215.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.57%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=63.57%
G=20.35%
B=16.08%

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
Decimal253816400.680.750.015.497.9362.16
HexFD51400444B15623e
Octal37512110001041131514276
Binary111111011010001100000001000100100101111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5140; }

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

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

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

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

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

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

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

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