Html Css Color HEX #FC8246 Coral

📋 copy color: '#FC8246'

red 252 ◦ green 130 ◦ blue 70

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

Shades of Coral #FC8246

Tints of Coral #FC8246

RGB

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

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

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

R = 55.75%
G = 28.76%
B = 15.49%

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

#FC8246 (or 0xFC8246) is known color: Coral. HEX triplet: FC, 82 and 46. RGB value is (252,130,70). Sum of RGB (Red+Green+Blue) = 252+130+70=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8246 is #037DB9. Grayscale: #A0A0A0. Windows color (decimal): -228794 or 4621052. OLE color: 4621052.

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

Color convert

RGB 252 130 70 -
CMYK 0 0.48 0.72 0.01
HSL 19.78º 0.97% 0.63% -
HSV(B) 19.78º 0.72% 0.99% -
XYZ 49.23 37.1 10.36 -
YUV 159.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 252 130 70 0 0.48 0.72 0.01 19.78 0.97 0.63
Hex FC 82 46 0 30 48 1 14 61 3F
Octal 374 202 106 0 60 110 1 24 141 77
Binary 11111100 10000010 1000110 0 110000 1001000 1 10100 1100001 111111

Color Harmonies of #FC8246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8246

Black with #FC8246

Text Example


Text Example

White with #FC8246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8246; }

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

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

background-color css

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

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

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

border-color css

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

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

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