Html Css Color HEX #FC5A55 Tomato

📋 copy color: '#FC5A55'

red 252 ◦ green 90 ◦ blue 85

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

Shades of Tomato #FC5A55

Tints of Tomato #FC5A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 59.02%
G = 21.08%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC5A55 (or 0xFC5A55) is known color: Tomato. HEX triplet: FC, 5A and 55. RGB value is (252,90,85). Sum of RGB (Red+Green+Blue) = 252+90+85=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A55 is #03A5AA. Grayscale: #8A8A8A. Windows color (decimal): -239019 or 5593852. OLE color: 5593852.

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

Color convert

RGB 252 90 85 -
CMYK 0 0.64 0.66 0.01
HSL 1.8º 0.97% 0.66% -
HSV(B) 1.8º 0.66% 0.99% -
XYZ 45.44 28.66 11.73 -
YUV 137.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 252 90 85 0 0.64 0.66 0.01 1.8 0.97 0.66
Hex FC 5A 55 0 40 42 1 2 61 42
Octal 374 132 125 0 100 102 1 2 141 102
Binary 11111100 1011010 1010101 0 1000000 1000010 1 10 1100001 1000010

Color Harmonies of #FC5A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A55

Black with #FC5A55

Text Example


Text Example

White with #FC5A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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