Html Css Color HEX #FC8051 Coral

📋 copy color: '#FC8051'

red 252 ◦ green 128 ◦ blue 81

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

Shades of Coral #FC8051

Tints of Coral #FC8051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.57%

R = 54.66%
G = 27.77%
B = 17.57%

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

#FC8051 (or 0xFC8051) is known color: Coral. HEX triplet: FC, 80 and 51. RGB value is (252,128,81). Sum of RGB (Red+Green+Blue) = 252+128+81=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8051 is #037FAE. Grayscale: #A0A0A0. Windows color (decimal): -229295 or 5341436. OLE color: 5341436.

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

Color convert

RGB 252 128 81 -
CMYK 0 0.49 0.68 0.01
HSL 16.49º 0.97% 0.65% -
HSV(B) 16.49º 0.68% 0.99% -
XYZ 49.35 36.73 12.27 -
YUV 159.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 252 128 81 0 0.49 0.68 0.01 16.49 0.97 0.65
Hex FC 80 51 0 31 44 1 10 61 41
Octal 374 200 121 0 61 104 1 20 141 101
Binary 11111100 10000000 1010001 0 110001 1000100 1 10000 1100001 1000001

Color Harmonies of #FC8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8051

Black with #FC8051

Text Example


Text Example

White with #FC8051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8051; }

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

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

background-color css

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

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

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

border-color css

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

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

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