#FC785C

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

Shades of Bittersweet #FC785C

Tints of Bittersweet #FC785C

Color information

#FC785C (or 0xFC785C) is unknown color: approx Bittersweet. HEX triplet: FC, 78 and 5C. RGB value is (252,120,92). Sum of RGB (Red+Green+Blue) = 252+120+92=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC785C is #0387A3. Grayscale: #9C9C9C. Windows color (decimal): -231332 or 6060284. OLE color: 6060284.

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

Color convert

RGB25212092-
CMYK00.520.630.01
HSL10.5º96.39%67.45%-
HSV(B)10.5º63.49%98.82%-
XYZ48.7934.914.29-
YUV156.2891.73196.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.31%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=54.31%
G=25.86%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521209200.520.630.0110.596.3967.45
HexFC785C0343F1a6043
Octal37417013406477112140103
Binary111111001111000101110001101001111111101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC785C; }

 p { color: rgb(252,120,92); }

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

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

 a { background-color: rgb(252,120,92); }

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

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

 span { border-color: rgb(252,120,92); }

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