Html Css Color HEX #FC8249 Coral

📋 copy color: '#FC8249'

red 252 ◦ green 130 ◦ blue 73

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

Shades of Coral #FC8249

Tints of Coral #FC8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

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

R = 55.38%
G = 28.57%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8249 (or 0xFC8249) is known color: Coral. HEX triplet: FC, 82 and 49. RGB value is (252,130,73). Sum of RGB (Red+Green+Blue) = 252+130+73=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8249 is #037DB6. Grayscale: #A0A0A0. Windows color (decimal): -228791 or 4817660. OLE color: 4817660.

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

Color convert

RGB 252 130 73 -
CMYK 0 0.48 0.71 0.01
HSL 19.11º 0.97% 0.64% -
HSV(B) 19.11º 0.71% 0.99% -
XYZ 49.33 37.14 10.87 -
YUV 159.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 252 130 73 0 0.48 0.71 0.01 19.11 0.97 0.64
Hex FC 82 49 0 30 47 1 13 61 40
Octal 374 202 111 0 60 107 1 23 141 100
Binary 11111100 10000010 1001001 0 110000 1000111 1 10011 1100001 1000000

Color Harmonies of #FC8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8249

Black with #FC8249

Text Example


Text Example

White with #FC8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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