Html Css Color HEX #FC5A4B Tomato

📋 copy color: '#FC5A4B'

red 252 ◦ green 90 ◦ blue 75

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

Shades of Tomato #FC5A4B

Tints of Tomato #FC5A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 60.43%
G = 21.58%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC5A4B (or 0xFC5A4B) is known color: Tomato. HEX triplet: FC, 5A and 4B. RGB value is (252,90,75). Sum of RGB (Red+Green+Blue) = 252+90+75=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A4B is #03A5B4. Grayscale: #888888. Windows color (decimal): -239029 or 4938492. OLE color: 4938492.

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

Color convert

RGB 252 90 75 -
CMYK 0 0.64 0.70 0.01
HSL 5.08º 0.97% 0.64% -
HSV(B) 5.08º 0.7% 0.99% -
XYZ 45.07 28.52 9.79 -
YUV 136.73 93.17 210.22 -
System Red Green Blue C M Y K H S L
Decimal 252 90 75 0 0.64 0.70 0.01 5.08 0.97 0.64
Hex FC 5A 4B 0 40 46 1 5 61 40
Octal 374 132 113 0 100 106 1 5 141 100
Binary 11111100 1011010 1001011 0 1000000 1000110 1 101 1100001 1000000

Color Harmonies of #FC5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A4B

Black with #FC5A4B

Text Example


Text Example

White with #FC5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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