Html Css Color HEX #FC7049 Tomato

📋 copy color: '#FC7049'

red 252 ◦ green 112 ◦ blue 73

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

Shades of Tomato #FC7049

Tints of Tomato #FC7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

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

R = 57.67%
G = 25.63%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC7049 (or 0xFC7049) is known color: Tomato. HEX triplet: FC, 70 and 49. RGB value is (252,112,73). Sum of RGB (Red+Green+Blue) = 252+112+73=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7049 is #038FB6. Grayscale: #959595. Windows color (decimal): -233399 or 4813052. OLE color: 4813052.

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

Color convert

RGB 252 112 73 -
CMYK 0 0.56 0.71 0.01
HSL 13.07º 0.97% 0.64% -
HSV(B) 13.07º 0.71% 0.99% -
XYZ 47.14 32.76 10.14 -
YUV 149.41 84.88 201.17 -
System Red Green Blue C M Y K H S L
Decimal 252 112 73 0 0.56 0.71 0.01 13.07 0.97 0.64
Hex FC 70 49 0 38 47 1 D 61 40
Octal 374 160 111 0 70 107 1 15 141 100
Binary 11111100 1110000 1001001 0 111000 1000111 1 1101 1100001 1000000

Color Harmonies of #FC7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7049

Black with #FC7049

Text Example


Text Example

White with #FC7049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7049; }

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

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

background-color css

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

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

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

border-color css

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

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

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