Html Css Color HEX #FD8060 Coral

📋 copy color: '#FD8060'

red 253 ◦ green 128 ◦ blue 96

#FD8060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral #FD8060

Tints of Coral #FD8060

RGB

 RED value IS 253 (99.22% from 255) = 53.04%

 GREEN value IS 128 (50.39% from 255) = 26.83%

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 53.04%
G = 26.83%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD8060 (or 0xFD8060) is known color: Coral. HEX triplet: FD, 80 and 60. RGB value is (253,128,96). Sum of RGB (Red+Green+Blue) = 253+128+96=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8060 is #027F9F. Grayscale: #A1A1A1. Windows color (decimal): -163744 or 6324477. OLE color: 6324477.

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

Color convert

RGB 253 128 96 -
CMYK 0 0.49 0.62 0.01
HSL 12.23º 0.98% 0.68% -
HSV(B) 12.23º 0.62% 0.99% -
XYZ 50.34 37.17 15.59 -
YUV 161.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 253 128 96 0 0.49 0.62 0.01 12.23 0.98 0.68
Hex FD 80 60 0 31 3E 1 C 62 44
Octal 375 200 140 0 61 76 1 14 142 104
Binary 11111101 10000000 1100000 0 110001 111110 1 1100 1100010 1000100

Color Harmonies of #FD8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8060

Black with #FD8060

Text Example


Text Example

White with #FD8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8060; }

 p { color: rgb(253,128,96); }

 H1.HeaderClassName
 {
   color: #FD8060;
 }
 .AnyTagClassName
 {
   color: #FD8060;
 }
</style>

background-color css

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

 a { background-color: rgb(253,128,96); }

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

border-color css

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

 span { border-color: rgb(253,128,96); }

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