Html Css Color HEX #FC8460 Coral

📋 copy color: '#FC8460'

red 252 ◦ green 132 ◦ blue 96

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

Shades of Coral #FC8460

Tints of Coral #FC8460

RGB

 RED value IS 252 (98.83% from 255) = 52.5%

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

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

R = 52.5%
G = 27.5%
B = 20%

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

#FC8460 (or 0xFC8460) is known color: Coral. HEX triplet: FC, 84 and 60. RGB value is (252,132,96). Sum of RGB (Red+Green+Blue) = 252+132+96=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8460 is #037B9F. Grayscale: #A4A4A4. Windows color (decimal): -228256 or 6325500. OLE color: 6325500.

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

Color convert

RGB 252 132 96 -
CMYK 0 0.48 0.62 0.01
HSL 13.85º 0.96% 0.68% -
HSV(B) 13.85º 0.62% 0.99% -
XYZ 50.51 38.04 15.75 -
YUV 163.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 252 132 96 0 0.48 0.62 0.01 13.85 0.96 0.68
Hex FC 84 60 0 30 3E 1 E 60 44
Octal 374 204 140 0 60 76 1 16 140 104
Binary 11111100 10000100 1100000 0 110000 111110 1 1110 1100000 1000100

Color Harmonies of #FC8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8460

Black with #FC8460

Text Example


Text Example

White with #FC8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8460; }

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

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

background-color css

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

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

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

border-color css

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

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

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