Html Css Color HEX #FA5D52 Tomato

📋 copy color: '#FA5D52'

red 250 ◦ green 93 ◦ blue 82

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

Shades of Tomato #FA5D52

Tints of Tomato #FA5D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.88%

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

R = 58.82%
G = 21.88%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA5D52 (or 0xFA5D52) is known color: Tomato. HEX triplet: FA, 5D and 52. RGB value is (250,93,82). Sum of RGB (Red+Green+Blue) = 250+93+82=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5D52 is #05A2AD. Grayscale: #8A8A8A. Windows color (decimal): -369326 or 5398010. OLE color: 5398010.

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

Color convert

RGB 250 93 82 -
CMYK 0 0.63 0.67 0.02
HSL 3.93º 0.94% 0.65% -
HSV(B) 3.93º 0.67% 0.98% -
XYZ 44.86 28.76 11.17 -
YUV 138.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 250 93 82 0 0.63 0.67 0.02 3.93 0.94 0.65
Hex FA 5D 52 0 3F 43 2 4 5E 41
Octal 372 135 122 0 77 103 2 4 136 101
Binary 11111010 1011101 1010010 0 111111 1000011 10 100 1011110 1000001

Color Harmonies of #FA5D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D52

Black with #FA5D52

Text Example


Text Example

White with #FA5D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D52; }

 p { color: rgb(250,93,82); }

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

background-color css

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

 a { background-color: rgb(250,93,82); }

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

border-color css

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

 span { border-color: rgb(250,93,82); }

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