#FD8542

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

Shades of Coral #FD8542

Tints of Coral #FD8542

Color information

#FD8542 (or 0xFD8542) is unknown color: approx Coral. HEX triplet: FD, 85 and 42. RGB value is (253,133,66). Sum of RGB (Red+Green+Blue) = 253+133+66=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8542 is #027ABD. Grayscale: #A1A1A1. Windows color (decimal): -162494 or 4359677. OLE color: 4359677.

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

Color convert

RGB25313366-
CMYK00.470.740.01
HSL21.5º97.91%62.55%-
HSV(B)21.5º73.91%99.22%-
XYZ49.8838.059.87-
YUV161.2474.26193.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.97%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=55.97%
G=29.42%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531336600.470.740.0121.597.9162.55
HexFD854202F4A115623f
Octal37520510205711212514277
Binary11111101100001011000010010111110010101101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8542; }

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

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

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

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

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

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

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

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