Html Css Color HEX #FA5A50 Tomato

📋 copy color: '#FA5A50'

red 250 ◦ green 90 ◦ blue 80

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

Shades of Tomato #FA5A50

Tints of Tomato #FA5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

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

R = 59.52%
G = 21.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA5A50 (or 0xFA5A50) is known color: Tomato. HEX triplet: FA, 5A and 50. RGB value is (250,90,80). Sum of RGB (Red+Green+Blue) = 250+90+80=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5A50 is #05A5AF. Grayscale: #888888. Windows color (decimal): -370096 or 5266170. OLE color: 5266170.

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

Color convert

RGB 250 90 80 -
CMYK 0 0.64 0.68 0.02
HSL 3.53º 0.94% 0.65% -
HSV(B) 3.53º 0.68% 0.98% -
XYZ 44.53 28.22 10.69 -
YUV 136.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 250 90 80 0 0.64 0.68 0.02 3.53 0.94 0.65
Hex FA 5A 50 0 40 44 2 4 5E 41
Octal 372 132 120 0 100 104 2 4 136 101
Binary 11111010 1011010 1010000 0 1000000 1000100 10 100 1011110 1000001

Color Harmonies of #FA5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A50

Black with #FA5A50

Text Example


Text Example

White with #FA5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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