Html Css Color HEX #FC8050 Coral

📋 copy color: '#FC8050'

red 252 ◦ green 128 ◦ blue 80

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

Shades of Coral #FC8050

Tints of Coral #FC8050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.39%

R = 54.78%
G = 27.83%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC8050 (or 0xFC8050) is known color: Coral. HEX triplet: FC, 80 and 50. RGB value is (252,128,80). Sum of RGB (Red+Green+Blue) = 252+128+80=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8050 is #037FAF. Grayscale: #9F9F9F. Windows color (decimal): -229296 or 5275900. OLE color: 5275900.

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

Color convert

RGB 252 128 80 -
CMYK 0 0.49 0.68 0.01
HSL 16.74º 0.97% 0.65% -
HSV(B) 16.74º 0.68% 0.99% -
XYZ 49.31 36.71 12.08 -
YUV 159.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 252 128 80 0 0.49 0.68 0.01 16.74 0.97 0.65
Hex FC 80 50 0 31 44 1 11 61 41
Octal 374 200 120 0 61 104 1 21 141 101
Binary 11111100 10000000 1010000 0 110001 1000100 1 10001 1100001 1000001

Color Harmonies of #FC8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8050

Black with #FC8050

Text Example


Text Example

White with #FC8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8050; }

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

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

background-color css

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

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

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

border-color css

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

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

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