Html Css Color HEX #FC7D46 Coral

📋 copy color: '#FC7D46'

red 252 ◦ green 125 ◦ blue 70

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

Shades of Coral #FC7D46

Tints of Coral #FC7D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.96%

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

R = 56.38%
G = 27.96%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC7D46 (or 0xFC7D46) is known color: Coral. HEX triplet: FC, 7D and 46. RGB value is (252,125,70). Sum of RGB (Red+Green+Blue) = 252+125+70=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D46 is #0382B9. Grayscale: #9D9D9D. Windows color (decimal): -230074 or 4619772. OLE color: 4619772.

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

Color convert

RGB 252 125 70 -
CMYK 0 0.50 0.72 0.01
HSL 18.13º 0.97% 0.63% -
HSV(B) 18.13º 0.72% 0.99% -
XYZ 48.58 35.8 10.14 -
YUV 156.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 252 125 70 0 0.50 0.72 0.01 18.13 0.97 0.63
Hex FC 7D 46 0 32 48 1 12 61 3F
Octal 374 175 106 0 62 110 1 22 141 77
Binary 11111100 1111101 1000110 0 110010 1001000 1 10010 1100001 111111

Color Harmonies of #FC7D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D46

Black with #FC7D46

Text Example


Text Example

White with #FC7D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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