Html Css Color HEX #FD8460 Coral

📋 copy color: '#FD8460'

red 253 ◦ green 132 ◦ blue 96

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

Shades of Coral #FD8460

Tints of Coral #FD8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 52.6%
G = 27.44%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD8460 (or 0xFD8460) is known color: Coral. HEX triplet: FD, 84 and 60. RGB value is (253,132,96). Sum of RGB (Red+Green+Blue) = 253+132+96=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8460 is #027B9F. Grayscale: #A4A4A4. Windows color (decimal): -162720 or 6325501. OLE color: 6325501.

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

Color convert

RGB 253 132 96 -
CMYK 0 0.48 0.62 0.01
HSL 13.76º 0.98% 0.68% -
HSV(B) 13.76º 0.62% 0.99% -
XYZ 50.87 38.23 15.76 -
YUV 164.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 253 132 96 0 0.48 0.62 0.01 13.76 0.98 0.68
Hex FD 84 60 0 30 3E 1 E 62 44
Octal 375 204 140 0 60 76 1 16 142 104
Binary 11111101 10000100 1100000 0 110000 111110 1 1110 1100010 1000100

Color Harmonies of #FD8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8460

Black with #FD8460

Text Example


Text Example

White with #FD8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8460; }

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

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

background-color css

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

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

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

border-color css

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

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

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