Html Css Color HEX #FA5E50 Tomato

📋 copy color: '#FA5E50'

red 250 ◦ green 94 ◦ blue 80

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

Shades of Tomato #FA5E50

Tints of Tomato #FA5E50

RGB

 RED value IS 250 (98.05% from 255) = 58.96%

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

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

R = 58.96%
G = 22.17%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA5E50 (or 0xFA5E50) is known color: Tomato. HEX triplet: FA, 5E and 50. RGB value is (250,94,80). Sum of RGB (Red+Green+Blue) = 250+94+80=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E50 is #05A1AF. Grayscale: #8B8B8B. Windows color (decimal): -369072 or 5267194. OLE color: 5267194.

HSL color Cylindrical-coordinate representation of color #FA5E50: hue angle of 4.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5E50 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 94 80 -
CMYK 0 0.62 0.68 0.02
HSL 4.94º 0.94% 0.65% -
HSV(B) 4.94º 0.68% 0.98% -
XYZ 44.88 28.91 10.8 -
YUV 139.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 250 94 80 0 0.62 0.68 0.02 4.94 0.94 0.65
Hex FA 5E 50 0 3E 44 2 5 5E 41
Octal 372 136 120 0 76 104 2 5 136 101
Binary 11111010 1011110 1010000 0 111110 1000100 10 101 1011110 1000001

Color Harmonies of #FA5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E50

Black with #FA5E50

Text Example


Text Example

White with #FA5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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