Html Css Color HEX #FC5950 Tomato

📋 copy color: '#FC5950'

red 252 ◦ green 89 ◦ blue 80

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

Shades of Tomato #FC5950

Tints of Tomato #FC5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.14%

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

R = 59.86%
G = 21.14%
B = 19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC5950 (or 0xFC5950) is known color: Tomato. HEX triplet: FC, 59 and 50. RGB value is (252,89,80). Sum of RGB (Red+Green+Blue) = 252+89+80=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5950 is #03A6AF. Grayscale: #888888. Windows color (decimal): -239280 or 5265916. OLE color: 5265916.

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

Color convert

RGB 252 89 80 -
CMYK 0 0.65 0.68 0.01
HSL 3.14º 0.97% 0.65% -
HSV(B) 3.14º 0.68% 0.99% -
XYZ 45.17 28.42 10.69 -
YUV 136.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 252 89 80 0 0.65 0.68 0.01 3.14 0.97 0.65
Hex FC 59 50 0 41 44 1 3 61 41
Octal 374 131 120 0 101 104 1 3 141 101
Binary 11111100 1011001 1010000 0 1000001 1000100 1 11 1100001 1000001

Color Harmonies of #FC5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5950

Black with #FC5950

Text Example


Text Example

White with #FC5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5950; }

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

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

background-color css

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

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

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

border-color css

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

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

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