Html Css Color HEX #FC8352 Coral

📋 copy color: '#FC8352'

red 252 ◦ green 131 ◦ blue 82

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

Shades of Coral #FC8352

Tints of Coral #FC8352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 54.19%
G = 28.17%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC8352 (or 0xFC8352) is known color: Coral. HEX triplet: FC, 83 and 52. RGB value is (252,131,82). Sum of RGB (Red+Green+Blue) = 252+131+82=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8352 is #037CAD. Grayscale: #A1A1A1. Windows color (decimal): -228526 or 5407740. OLE color: 5407740.

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

Color convert

RGB 252 131 82 -
CMYK 0 0.48 0.67 0.01
HSL 17.29º 0.97% 0.65% -
HSV(B) 17.29º 0.67% 0.99% -
XYZ 49.78 37.54 12.6 -
YUV 161.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 252 131 82 0 0.48 0.67 0.01 17.29 0.97 0.65
Hex FC 83 52 0 30 43 1 11 61 41
Octal 374 203 122 0 60 103 1 21 141 101
Binary 11111100 10000011 1010010 0 110000 1000011 1 10001 1100001 1000001

Color Harmonies of #FC8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8352

Black with #FC8352

Text Example


Text Example

White with #FC8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8352; }

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

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

background-color css

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

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

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

border-color css

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

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

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