Html Css Color HEX #FC8549 Coral

📋 copy color: '#FC8549'

red 252 ◦ green 133 ◦ blue 73

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

Shades of Coral #FC8549

Tints of Coral #FC8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 55.02%
G = 29.04%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8549 (or 0xFC8549) is known color: Coral. HEX triplet: FC, 85 and 49. RGB value is (252,133,73). Sum of RGB (Red+Green+Blue) = 252+133+73=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8549 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8549 is #037AB6. Grayscale: #A2A2A2. Windows color (decimal): -228023 or 4818428. OLE color: 4818428.

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

Color convert

RGB 252 133 73 -
CMYK 0 0.47 0.71 0.01
HSL 20.11º 0.97% 0.64% -
HSV(B) 20.11º 0.71% 0.99% -
XYZ 49.74 37.95 11.01 -
YUV 161.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 252 133 73 0 0.47 0.71 0.01 20.11 0.97 0.64
Hex FC 85 49 0 2F 47 1 14 61 40
Octal 374 205 111 0 57 107 1 24 141 100
Binary 11111100 10000101 1001001 0 101111 1000111 1 10100 1100001 1000000

Color Harmonies of #FC8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8549

Black with #FC8549

Text Example


Text Example

White with #FC8549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8549; }

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

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

background-color css

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

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

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

border-color css

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

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

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