Html Css Color HEX #FC8446 Coral

📋 copy color: '#FC8446'

red 252 ◦ green 132 ◦ blue 70

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

Shades of Coral #FC8446

Tints of Coral #FC8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

 BLUE value IS 70 (27.73% from 255) = 15.42%

R = 55.51%
G = 29.07%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC8446 (or 0xFC8446) is known color: Coral. HEX triplet: FC, 84 and 46. RGB value is (252,132,70). Sum of RGB (Red+Green+Blue) = 252+132+70=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8446 is #037BB9. Grayscale: #A1A1A1. Windows color (decimal): -228282 or 4621564. OLE color: 4621564.

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

Color convert

RGB 252 132 70 -
CMYK 0 0.48 0.72 0.01
HSL 20.44º 0.97% 0.63% -
HSV(B) 20.44º 0.72% 0.99% -
XYZ 49.5 37.64 10.45 -
YUV 160.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 252 132 70 0 0.48 0.72 0.01 20.44 0.97 0.63
Hex FC 84 46 0 30 48 1 14 61 3F
Octal 374 204 106 0 60 110 1 24 141 77
Binary 11111100 10000100 1000110 0 110000 1001000 1 10100 1100001 111111

Color Harmonies of #FC8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8446

Black with #FC8446

Text Example


Text Example

White with #FC8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8446; }

 p { color: rgb(252,132,70); }

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

background-color css

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

 a { background-color: rgb(252,132,70); }

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

border-color css

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

 span { border-color: rgb(252,132,70); }

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