Html Css Color HEX #FC5A49 Tomato

📋 copy color: '#FC5A49'

red 252 ◦ green 90 ◦ blue 73

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

Shades of Tomato #FC5A49

Tints of Tomato #FC5A49

RGB

 RED value IS 252 (98.83% from 255) = 60.72%

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

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 60.72%
G = 21.69%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC5A49 (or 0xFC5A49) is known color: Tomato. HEX triplet: FC, 5A and 49. RGB value is (252,90,73). Sum of RGB (Red+Green+Blue) = 252+90+73=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A49 is #03A5B6. Grayscale: #888888. Windows color (decimal): -239031 or 4807420. OLE color: 4807420.

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

Color convert

RGB 252 90 73 -
CMYK 0 0.64 0.71 0.01
HSL 5.7º 0.97% 0.64% -
HSV(B) 5.7º 0.71% 0.99% -
XYZ 45 28.49 9.43 -
YUV 136.5 92.17 210.38 -
System Red Green Blue C M Y K H S L
Decimal 252 90 73 0 0.64 0.71 0.01 5.7 0.97 0.64
Hex FC 5A 49 0 40 47 1 6 61 40
Octal 374 132 111 0 100 107 1 6 141 100
Binary 11111100 1011010 1001001 0 1000000 1000111 1 110 1100001 1000000

Color Harmonies of #FC5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A49

Black with #FC5A49

Text Example


Text Example

White with #FC5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A49; }

 p { color: rgb(252,90,73); }

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

background-color css

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

 a { background-color: rgb(252,90,73); }

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

border-color css

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

 span { border-color: rgb(252,90,73); }

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