Html Css Color HEX #FC7352 Coral

📋 copy color: '#FC7352'

red 252 ◦ green 115 ◦ blue 82

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

Shades of Coral #FC7352

Tints of Coral #FC7352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

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

R = 56.12%
G = 25.61%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC7352 (or 0xFC7352) is known color: Coral. HEX triplet: FC, 73 and 52. RGB value is (252,115,82). Sum of RGB (Red+Green+Blue) = 252+115+82=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7352 is #038CAD. Grayscale: #989898. Windows color (decimal): -232622 or 5403644. OLE color: 5403644.

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

Color convert

RGB 252 115 82 -
CMYK 0 0.54 0.67 0.01
HSL 11.65º 0.97% 0.65% -
HSV(B) 11.65º 0.67% 0.99% -
XYZ 47.8 33.57 11.94 -
YUV 152.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 252 115 82 0 0.54 0.67 0.01 11.65 0.97 0.65
Hex FC 73 52 0 36 43 1 C 61 41
Octal 374 163 122 0 66 103 1 14 141 101
Binary 11111100 1110011 1010010 0 110110 1000011 1 1100 1100001 1000001

Color Harmonies of #FC7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7352

Black with #FC7352

Text Example


Text Example

White with #FC7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7352; }

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

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

background-color css

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

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

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

border-color css

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

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

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