#FD4A44

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

Shades of Sunset Orange #FD4A44

Tints of Sunset Orange #FD4A44

Color information

#FD4A44 (or 0xFD4A44) is unknown color: approx Sunset Orange. HEX triplet: FD, 4A and 44. RGB value is (253,74,68). Sum of RGB (Red+Green+Blue) = 253+74+68=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A44 is #02B5BB. Grayscale: #7F7F7F. Windows color (decimal): -177596 or 4475645. OLE color: 4475645.

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

Color convert

RGB2537468-
CMYK00.710.730.01
HSL1.95º97.88%62.94%-
HSV(B)1.95º73.12%99.22%-
XYZ4426.28.21-
YUV126.8494.8217.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 64.05%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=64.05%
G=18.73%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253746800.710.730.011.9597.8862.94
HexFD4A440474912623f
Octal37511210401071111214277
Binary11111101100101010001000100011110010011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4A44; }

 p { color: rgb(253,74,68); }

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

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

 a { background-color: rgb(253,74,68); }

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

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

 span { border-color: rgb(253,74,68); }

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