Html Css Color HEX #FC8055 Coral

📋 copy color: '#FC8055'

red 252 ◦ green 128 ◦ blue 85

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

Shades of Coral #FC8055

Tints of Coral #FC8055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.28%

R = 54.19%
G = 27.53%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC8055 (or 0xFC8055) is known color: Coral. HEX triplet: FC, 80 and 55. RGB value is (252,128,85). Sum of RGB (Red+Green+Blue) = 252+128+85=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8055 is #037FAA. Grayscale: #A0A0A0. Windows color (decimal): -229291 or 5603580. OLE color: 5603580.

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

Color convert

RGB 252 128 85 -
CMYK 0 0.49 0.66 0.01
HSL 15.45º 0.97% 0.66% -
HSV(B) 15.45º 0.66% 0.99% -
XYZ 49.5 36.79 13.09 -
YUV 160.17 85.58 193.5 -
System Red Green Blue C M Y K H S L
Decimal 252 128 85 0 0.49 0.66 0.01 15.45 0.97 0.66
Hex FC 80 55 0 31 42 1 F 61 42
Octal 374 200 125 0 61 102 1 17 141 102
Binary 11111100 10000000 1010101 0 110001 1000010 1 1111 1100001 1000010

Color Harmonies of #FC8055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8055

Black with #FC8055

Text Example


Text Example

White with #FC8055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8055; }

 p { color: rgb(252,128,85); }

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

background-color css

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

 a { background-color: rgb(252,128,85); }

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

border-color css

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

 span { border-color: rgb(252,128,85); }

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