Html Css Color HEX #FC7A50 Coral

📋 copy color: '#FC7A50'

red 252 ◦ green 122 ◦ blue 80

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

Shades of Coral #FC7A50

Tints of Coral #FC7A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

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

R = 55.51%
G = 26.87%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC7A50 (or 0xFC7A50) is known color: Coral. HEX triplet: FC, 7A and 50. RGB value is (252,122,80). Sum of RGB (Red+Green+Blue) = 252+122+80=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A50 is #0385AF. Grayscale: #9C9C9C. Windows color (decimal): -230832 or 5274364. OLE color: 5274364.

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

Color convert

RGB 252 122 80 -
CMYK 0 0.52 0.68 0.01
HSL 14.65º 0.97% 0.65% -
HSV(B) 14.65º 0.68% 0.99% -
XYZ 48.55 35.19 11.82 -
YUV 156.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 252 122 80 0 0.52 0.68 0.01 14.65 0.97 0.65
Hex FC 7A 50 0 34 44 1 F 61 41
Octal 374 172 120 0 64 104 1 17 141 101
Binary 11111100 1111010 1010000 0 110100 1000100 1 1111 1100001 1000001

Color Harmonies of #FC7A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A50

Black with #FC7A50

Text Example


Text Example

White with #FC7A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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