Html Css Color HEX #FC5A46 Tomato

📋 copy color: '#FC5A46'

red 252 ◦ green 90 ◦ blue 70

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

Shades of Tomato #FC5A46

Tints of Tomato #FC5A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.99%

R = 61.17%
G = 21.84%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC5A46 (or 0xFC5A46) is known color: Tomato. HEX triplet: FC, 5A and 46. RGB value is (252,90,70). Sum of RGB (Red+Green+Blue) = 252+90+70=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A46 is #03A5B9. Grayscale: #888888. Windows color (decimal): -239034 or 4610812. OLE color: 4610812.

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

Color convert

RGB 252 90 70 -
CMYK 0 0.64 0.72 0.01
HSL 6.59º 0.97% 0.63% -
HSV(B) 6.59º 0.72% 0.99% -
XYZ 44.91 28.45 8.92 -
YUV 136.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 252 90 70 0 0.64 0.72 0.01 6.59 0.97 0.63
Hex FC 5A 46 0 40 48 1 7 61 3F
Octal 374 132 106 0 100 110 1 7 141 77
Binary 11111100 1011010 1000110 0 1000000 1001000 1 111 1100001 111111

Color Harmonies of #FC5A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A46

Black with #FC5A46

Text Example


Text Example

White with #FC5A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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