#FC775D

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

Shades of Bittersweet #FC775D

Tints of Bittersweet #FC775D

Color information

#FC775D (or 0xFC775D) is unknown color: approx Bittersweet. HEX triplet: FC, 77 and 5D. RGB value is (252,119,93). Sum of RGB (Red+Green+Blue) = 252+119+93=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC775D is #0388A2. Grayscale: #9C9C9C. Windows color (decimal): -231587 or 6125564. OLE color: 6125564.

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

Color convert

RGB25211993-
CMYK00.530.630.01
HSL9.81º96.36%67.65%-
HSV(B)9.81º63.1%98.82%-
XYZ48.7234.6814.48-
YUV155.892.56196.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.31%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=54.31%
G=25.65%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521199300.530.630.019.8196.3667.65
HexFC775D0353F1a6044
Octal37416713506577112140104
Binary111111001110111101110101101011111111101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC775D; }

 p { color: rgb(252,119,93); }

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

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

 a { background-color: rgb(252,119,93); }

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

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

 span { border-color: rgb(252,119,93); }

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