Html Css Color HEX #FC8346 Coral

📋 copy color: '#FC8346'

red 252 ◦ green 131 ◦ blue 70

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

Shades of Coral #FC8346

Tints of Coral #FC8346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

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

R = 55.63%
G = 28.92%
B = 15.45%

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

#FC8346 (or 0xFC8346) is known color: Coral. HEX triplet: FC, 83 and 46. RGB value is (252,131,70). Sum of RGB (Red+Green+Blue) = 252+131+70=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8346 is #037CB9. Grayscale: #A0A0A0. Windows color (decimal): -228538 or 4621308. OLE color: 4621308.

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

Color convert

RGB 252 131 70 -
CMYK 0 0.48 0.72 0.01
HSL 20.11º 0.97% 0.63% -
HSV(B) 20.11º 0.72% 0.99% -
XYZ 49.37 37.37 10.41 -
YUV 160.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 252 131 70 0 0.48 0.72 0.01 20.11 0.97 0.63
Hex FC 83 46 0 30 48 1 14 61 3F
Octal 374 203 106 0 60 110 1 24 141 77
Binary 11111100 10000011 1000110 0 110000 1001000 1 10100 1100001 111111

Color Harmonies of #FC8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8346

Black with #FC8346

Text Example


Text Example

White with #FC8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8346; }

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

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

background-color css

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

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

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

border-color css

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

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

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