#FD4742

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

Shades of Sunset Orange #FD4742

Tints of Sunset Orange #FD4742

Color information

#FD4742 (or 0xFD4742) is unknown color: approx Sunset Orange. HEX triplet: FD, 47 and 42. RGB value is (253,71,66). Sum of RGB (Red+Green+Blue) = 253+71+66=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4742 is #02B8BD. Grayscale: #7D7D7D. Windows color (decimal): -178366 or 4343805. OLE color: 4343805.

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

Color convert

RGB2537166-
CMYK00.720.740.01
HSL1.6º97.91%62.55%-
HSV(B)1.6º73.91%99.22%-
XYZ43.7425.787.83-
YUV124.8594.8219.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 64.87%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=64.87%
G=18.21%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253716600.720.740.011.697.9162.55
HexFD47420484A12623f
Octal37510710201101121214277
Binary11111101100011110000100100100010010101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4742; }

 p { color: rgb(253,71,66); }

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

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

 a { background-color: rgb(253,71,66); }

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

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

 span { border-color: rgb(253,71,66); }

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