Html Css Color HEX #FC8546 Coral

📋 copy color: '#FC8546'

red 252 ◦ green 133 ◦ blue 70

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

Shades of Coral #FC8546

Tints of Coral #FC8546

RGB

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

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

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

R = 55.38%
G = 29.23%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC8546 (or 0xFC8546) is known color: Coral. HEX triplet: FC, 85 and 46. RGB value is (252,133,70). Sum of RGB (Red+Green+Blue) = 252+133+70=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8546 is #037AB9. Grayscale: #A1A1A1. Windows color (decimal): -228026 or 4621820. OLE color: 4621820.

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

Color convert

RGB 252 133 70 -
CMYK 0 0.47 0.72 0.01
HSL 20.77º 0.97% 0.63% -
HSV(B) 20.77º 0.72% 0.99% -
XYZ 49.64 37.91 10.5 -
YUV 161.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 252 133 70 0 0.47 0.72 0.01 20.77 0.97 0.63
Hex FC 85 46 0 2F 48 1 15 61 3F
Octal 374 205 106 0 57 110 1 25 141 77
Binary 11111100 10000101 1000110 0 101111 1001000 1 10101 1100001 111111

Color Harmonies of #FC8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8546

Black with #FC8546

Text Example


Text Example

White with #FC8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8546; }

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

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

background-color css

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

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

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

border-color css

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

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

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