Html Css Color HEX #FC7D50 Coral

📋 copy color: '#FC7D50'

red 252 ◦ green 125 ◦ blue 80

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

Shades of Coral #FC7D50

Tints of Coral #FC7D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 55.14%
G = 27.35%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC7D50 (or 0xFC7D50) is known color: Coral. HEX triplet: FC, 7D and 50. RGB value is (252,125,80). Sum of RGB (Red+Green+Blue) = 252+125+80=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D50 is #0382AF. Grayscale: #9E9E9E. Windows color (decimal): -230064 or 5275132. OLE color: 5275132.

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

Color convert

RGB 252 125 80 -
CMYK 0 0.50 0.68 0.01
HSL 15.7º 0.97% 0.65% -
HSV(B) 15.7º 0.68% 0.99% -
XYZ 48.93 35.94 11.95 -
YUV 157.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 252 125 80 0 0.50 0.68 0.01 15.7 0.97 0.65
Hex FC 7D 50 0 32 44 1 10 61 41
Octal 374 175 120 0 62 104 1 20 141 101
Binary 11111100 1111101 1010000 0 110010 1000100 1 10000 1100001 1000001

Color Harmonies of #FC7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D50

Black with #FC7D50

Text Example


Text Example

White with #FC7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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