Html Css Color HEX #FC8056 Coral

📋 copy color: '#FC8056'

red 252 ◦ green 128 ◦ blue 86

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

Shades of Coral #FC8056

Tints of Coral #FC8056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 54.08%
G = 27.47%
B = 18.45%

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

#FC8056 (or 0xFC8056) is known color: Coral. HEX triplet: FC, 80 and 56. RGB value is (252,128,86). Sum of RGB (Red+Green+Blue) = 252+128+86=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8056 is #037FA9. Grayscale: #A0A0A0. Windows color (decimal): -229290 or 5669116. OLE color: 5669116.

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

Color convert

RGB 252 128 86 -
CMYK 0 0.49 0.66 0.01
HSL 15.18º 0.97% 0.66% -
HSV(B) 15.18º 0.66% 0.99% -
XYZ 49.54 36.81 13.3 -
YUV 160.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 252 128 86 0 0.49 0.66 0.01 15.18 0.97 0.66
Hex FC 80 56 0 31 42 1 F 61 42
Octal 374 200 126 0 61 102 1 17 141 102
Binary 11111100 10000000 1010110 0 110001 1000010 1 1111 1100001 1000010

Color Harmonies of #FC8056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8056

Black with #FC8056

Text Example


Text Example

White with #FC8056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8056; }

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

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

background-color css

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

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

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

border-color css

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

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

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