Html Css Color HEX #FD5A52 Tomato

📋 copy color: '#FD5A52'

red 253 ◦ green 90 ◦ blue 82

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

Shades of Tomato #FD5A52

Tints of Tomato #FD5A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 59.53%
G = 21.18%
B = 19.29%

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

#FD5A52 (or 0xFD5A52) is known color: Tomato. HEX triplet: FD, 5A and 52. RGB value is (253,90,82). Sum of RGB (Red+Green+Blue) = 253+90+82=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A52 is #02A5AD. Grayscale: #8A8A8A. Windows color (decimal): -173486 or 5397245. OLE color: 5397245.

HSL color Cylindrical-coordinate representation of color #FD5A52: hue angle of 2.81º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5A52 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 90 82 -
CMYK 0 0.64 0.68 0.01
HSL 2.81º 0.98% 0.66% -
HSV(B) 2.81º 0.68% 0.99% -
XYZ 45.69 28.8 11.13 -
YUV 137.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 253 90 82 0 0.64 0.68 0.01 2.81 0.98 0.66
Hex FD 5A 52 0 40 44 1 3 62 42
Octal 375 132 122 0 100 104 1 3 142 102
Binary 11111101 1011010 1010010 0 1000000 1000100 1 11 1100010 1000010

Color Harmonies of #FD5A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A52

Black with #FD5A52

Text Example


Text Example

White with #FD5A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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