Html Css Color HEX #FC5E50 Tomato

📋 copy color: '#FC5E50'

red 252 ◦ green 94 ◦ blue 80

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

Shades of Tomato #FC5E50

Tints of Tomato #FC5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

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

R = 59.15%
G = 22.07%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC5E50 (or 0xFC5E50) is known color: Tomato. HEX triplet: FC, 5E and 50. RGB value is (252,94,80). Sum of RGB (Red+Green+Blue) = 252+94+80=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E50 is #03A1AF. Grayscale: #8B8B8B. Windows color (decimal): -238000 or 5267196. OLE color: 5267196.

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

Color convert

RGB 252 94 80 -
CMYK 0 0.63 0.68 0.01
HSL 4.88º 0.97% 0.65% -
HSV(B) 4.88º 0.68% 0.99% -
XYZ 45.6 29.28 10.84 -
YUV 139.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 252 94 80 0 0.63 0.68 0.01 4.88 0.97 0.65
Hex FC 5E 50 0 3F 44 1 5 61 41
Octal 374 136 120 0 77 104 1 5 141 101
Binary 11111100 1011110 1010000 0 111111 1000100 1 101 1100001 1000001

Color Harmonies of #FC5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E50

Black with #FC5E50

Text Example


Text Example

White with #FC5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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