#FD8A45

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

Shades of Coral #FD8A45

Tints of Coral #FD8A45

Color information

#FD8A45 (or 0xFD8A45) is unknown color: approx Coral. HEX triplet: FD, 8A and 45. RGB value is (253,138,69). Sum of RGB (Red+Green+Blue) = 253+138+69=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A45 is #0275BA. Grayscale: #A4A4A4. Windows color (decimal): -161211 or 4557565. OLE color: 4557565.

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

Color convert

RGB25313869-
CMYK00.450.730.01
HSL22.5º97.87%63.14%-
HSV(B)22.5º72.73%99.22%-
XYZ50.6739.4910.58-
YUV164.5274.1191.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 69 (27.34% from 255) = 15%
R=55%
G=30%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531386900.450.730.0122.597.8763.14
HexFD8A4502D49117623f
Octal37521210505511112714277
Binary11111101100010101000101010110110010011101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8A45; }

 p { color: rgb(253,138,69); }

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

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

 a { background-color: rgb(253,138,69); }

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

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

 span { border-color: rgb(253,138,69); }

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