Html Css Color HEX #FC7145 Tomato

📋 copy color: '#FC7145'

red 252 ◦ green 113 ◦ blue 69

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

Shades of Tomato #FC7145

Tints of Tomato #FC7145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.04%

 BLUE value IS 69 (27.34% from 255) = 15.9%

R = 58.06%
G = 26.04%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC7145 (or 0xFC7145) is known color: Tomato. HEX triplet: FC, 71 and 45. RGB value is (252,113,69). Sum of RGB (Red+Green+Blue) = 252+113+69=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7145 is #038EBA. Grayscale: #959595. Windows color (decimal): -233147 or 4551164. OLE color: 4551164.

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

Color convert

RGB 252 113 69 -
CMYK 0 0.55 0.73 0.01
HSL 14.43º 0.97% 0.63% -
HSV(B) 14.43º 0.73% 0.99% -
XYZ 47.12 32.94 9.5 -
YUV 149.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 252 113 69 0 0.55 0.73 0.01 14.43 0.97 0.63
Hex FC 71 45 0 37 49 1 E 61 3F
Octal 374 161 105 0 67 111 1 16 141 77
Binary 11111100 1110001 1000101 0 110111 1001001 1 1110 1100001 111111

Color Harmonies of #FC7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7145

Black with #FC7145

Text Example


Text Example

White with #FC7145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7145; }

 p { color: rgb(252,113,69); }

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

background-color css

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

 a { background-color: rgb(252,113,69); }

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

border-color css

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

 span { border-color: rgb(252,113,69); }

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