Html Css Color HEX #FC8360 Coral

📋 copy color: '#FC8360'

red 252 ◦ green 131 ◦ blue 96

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

Shades of Coral #FC8360

Tints of Coral #FC8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 52.61%
G = 27.35%
B = 20.04%

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

#FC8360 (or 0xFC8360) is known color: Coral. HEX triplet: FC, 83 and 60. RGB value is (252,131,96). Sum of RGB (Red+Green+Blue) = 252+131+96=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8360 is #037C9F. Grayscale: #A3A3A3. Windows color (decimal): -228512 or 6325244. OLE color: 6325244.

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

Color convert

RGB 252 131 96 -
CMYK 0 0.48 0.62 0.01
HSL 13.46º 0.96% 0.68% -
HSV(B) 13.46º 0.62% 0.99% -
XYZ 50.37 37.77 15.7 -
YUV 163.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 252 131 96 0 0.48 0.62 0.01 13.46 0.96 0.68
Hex FC 83 60 0 30 3E 1 D 60 44
Octal 374 203 140 0 60 76 1 15 140 104
Binary 11111100 10000011 1100000 0 110000 111110 1 1101 1100000 1000100

Color Harmonies of #FC8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8360

Black with #FC8360

Text Example


Text Example

White with #FC8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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