Html Css Color HEX #FC5A4A Tomato

📋 copy color: '#FC5A4A'

red 252 ◦ green 90 ◦ blue 74

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

Shades of Tomato #FC5A4A

Tints of Tomato #FC5A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 60.58%
G = 21.63%
B = 17.79%

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

#FC5A4A (or 0xFC5A4A) is known color: Tomato. HEX triplet: FC, 5A and 4A. RGB value is (252,90,74). Sum of RGB (Red+Green+Blue) = 252+90+74=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A4A is #03A5B5. Grayscale: #888888. Windows color (decimal): -239030 or 4872956. OLE color: 4872956.

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

Color convert

RGB 252 90 74 -
CMYK 0 0.64 0.71 0.01
HSL 5.39º 0.97% 0.64% -
HSV(B) 5.39º 0.71% 0.99% -
XYZ 45.04 28.5 9.61 -
YUV 136.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 252 90 74 0 0.64 0.71 0.01 5.39 0.97 0.64
Hex FC 5A 4A 0 40 47 1 5 61 40
Octal 374 132 112 0 100 107 1 5 141 100
Binary 11111100 1011010 1001010 0 1000000 1000111 1 101 1100001 1000000

Color Harmonies of #FC5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A4A

Black with #FC5A4A

Text Example


Text Example

White with #FC5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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