Html Css Color HEX #FC8049 Coral

📋 copy color: '#FC8049'

red 252 ◦ green 128 ◦ blue 73

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

Shades of Coral #FC8049

Tints of Coral #FC8049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 55.63%
G = 28.26%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8049 (or 0xFC8049) is known color: Coral. HEX triplet: FC, 80 and 49. RGB value is (252,128,73). Sum of RGB (Red+Green+Blue) = 252+128+73=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8049 is #037FB6. Grayscale: #9F9F9F. Windows color (decimal): -229303 or 4817148. OLE color: 4817148.

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

Color convert

RGB 252 128 73 -
CMYK 0 0.49 0.71 0.01
HSL 18.44º 0.97% 0.64% -
HSV(B) 18.44º 0.71% 0.99% -
XYZ 49.07 36.61 10.78 -
YUV 158.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 252 128 73 0 0.49 0.71 0.01 18.44 0.97 0.64
Hex FC 80 49 0 31 47 1 12 61 40
Octal 374 200 111 0 61 107 1 22 141 100
Binary 11111100 10000000 1001001 0 110001 1000111 1 10010 1100001 1000000

Color Harmonies of #FC8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8049

Black with #FC8049

Text Example


Text Example

White with #FC8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8049; }

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

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

background-color css

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

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

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

border-color css

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

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

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