#FC694B

Color #FC694B Tomato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tomato #FC694B

Tints of Tomato #FC694B

Color information

#FC694B (or 0xFC694B) is unknown color: approx Tomato. HEX triplet: FC, 69 and 4B. RGB value is (252,105,75). Sum of RGB (Red+Green+Blue) = 252+105+75=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC694B is #0396B4. Grayscale: #919191. Windows color (decimal): -235189 or 4942332. OLE color: 4942332.

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

Color convert

RGB25210575-
CMYK00.580.700.01
HSL10.17º96.72%64.12%-
HSV(B)10.17º70.24%98.82%-
XYZ46.4731.3110.25-
YUV145.5388.2203.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.33%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 75 (29.69% from 255) = 17.36%
R=58.33%
G=24.31%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521057500.580.700.0110.1796.7264.12
HexFC694B03A461a6140
Octal374151113072106112141100
Binary1111110011010011001011011101010001101101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC694B; }

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

 H1.HeaderClassName
 {
   color: #FC694B;
 }
 .AnyTagClassName
 {
   color: #FC694B;
 }
</style>
background-color css

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

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

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

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

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

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