Html Css Color HEX #FD5A50 Tomato

📋 copy color: '#FD5A50'

red 253 ◦ green 90 ◦ blue 80

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

Shades of Tomato #FD5A50

Tints of Tomato #FD5A50

RGB

 RED value IS 253 (99.22% from 255) = 59.81%

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

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

R = 59.81%
G = 21.28%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD5A50 (or 0xFD5A50) is known color: Tomato. HEX triplet: FD, 5A and 50. RGB value is (253,90,80). Sum of RGB (Red+Green+Blue) = 253+90+80=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A50 is #02A5AF. Grayscale: #898989. Windows color (decimal): -173488 or 5266173. OLE color: 5266173.

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

Color convert

RGB 253 90 80 -
CMYK 0 0.64 0.68 0.01
HSL 3.47º 0.98% 0.65% -
HSV(B) 3.47º 0.68% 0.99% -
XYZ 45.61 28.77 10.74 -
YUV 137.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 253 90 80 0 0.64 0.68 0.01 3.47 0.98 0.65
Hex FD 5A 50 0 40 44 1 3 62 41
Octal 375 132 120 0 100 104 1 3 142 101
Binary 11111101 1011010 1010000 0 1000000 1000100 1 11 1100010 1000001

Color Harmonies of #FD5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A50

Black with #FD5A50

Text Example


Text Example

White with #FD5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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