#FD5641

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

Shades of Sunset Orange #FD5641

Tints of Sunset Orange #FD5641

Color information

#FD5641 (or 0xFD5641) is unknown color: approx Sunset Orange. HEX triplet: FD, 56 and 41. RGB value is (253,86,65). Sum of RGB (Red+Green+Blue) = 253+86+65=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5641 is #02A9BE. Grayscale: #858585. Windows color (decimal): -174527 or 4282109. OLE color: 4282109.

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

Color convert

RGB2538665-
CMYK00.660.740.01
HSL6.7º97.92%62.35%-
HSV(B)6.7º74.31%99.22%-
XYZ44.7927.928.03-
YUV133.5489.33213.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.62%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 65 (25.78% from 255) = 16.09%
R=62.62%
G=21.29%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253866500.660.740.016.797.9262.35
HexFD56410424A17623e
Octal37512610101021121714276
Binary111111011010110100000101000010100101011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5641; }

 p { color: rgb(253,86,65); }

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

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

 a { background-color: rgb(253,86,65); }

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

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

 span { border-color: rgb(253,86,65); }

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