Html Css Color HEX #FC7D48 Coral

📋 copy color: '#FC7D48'

red 252 ◦ green 125 ◦ blue 72

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

Shades of Coral #FC7D48

Tints of Coral #FC7D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.04%

R = 56.12%
G = 27.84%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC7D48 (or 0xFC7D48) is known color: Coral. HEX triplet: FC, 7D and 48. RGB value is (252,125,72). Sum of RGB (Red+Green+Blue) = 252+125+72=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D48 is #0382B7. Grayscale: #9D9D9D. Windows color (decimal): -230072 or 4750844. OLE color: 4750844.

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

Color convert

RGB 252 125 72 -
CMYK 0 0.50 0.71 0.01
HSL 17.67º 0.97% 0.64% -
HSV(B) 17.67º 0.71% 0.99% -
XYZ 48.65 35.83 10.48 -
YUV 156.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 252 125 72 0 0.50 0.71 0.01 17.67 0.97 0.64
Hex FC 7D 48 0 32 47 1 12 61 40
Octal 374 175 110 0 62 107 1 22 141 100
Binary 11111100 1111101 1001000 0 110010 1000111 1 10010 1100001 1000000

Color Harmonies of #FC7D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D48

Black with #FC7D48

Text Example


Text Example

White with #FC7D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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