#FD4F49

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

Shades of Sunset Orange #FD4F49

Tints of Sunset Orange #FD4F49

Color information

#FD4F49 (or 0xFD4F49) is unknown color: approx Sunset Orange. HEX triplet: FD, 4F and 49. RGB value is (253,79,73). Sum of RGB (Red+Green+Blue) = 253+79+73=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4F49 is #02B0B6. Grayscale: #828282. Windows color (decimal): -176311 or 4804605. OLE color: 4804605.

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

Color convert

RGB2537973-
CMYK00.690.710.01
HSL97.83%63.92%-
HSV(B)71.15%99.22%-
XYZ44.5126.969.16-
YUV130.3495.65215.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.47%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 73 (28.91% from 255) = 18.02%
R=62.47%
G=19.51%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253797300.690.710.01297.8363.92
HexFD4F4904547126240
Octal375117111010510712142100
Binary111111011001111100100101000101100011111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4F49; }

 p { color: rgb(253,79,73); }

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

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

 a { background-color: rgb(253,79,73); }

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

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

 span { border-color: rgb(253,79,73); }

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