#FC7E61

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

Shades of Bittersweet #FC7E61

Tints of Bittersweet #FC7E61

Color information

#FC7E61 (or 0xFC7E61) is unknown color: approx Bittersweet. HEX triplet: FC, 7E and 61. RGB value is (252,126,97). Sum of RGB (Red+Green+Blue) = 252+126+97=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E61 is #03819E. Grayscale: #A0A0A0. Windows color (decimal): -229791 or 6389500. OLE color: 6389500.

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

Color convert

RGB25212697-
CMYK00.50.620.01
HSL11.23º96.27%68.43%-
HSV(B)11.23º61.51%98.82%-
XYZ49.7636.4815.73-
YUV160.3792.24193.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=53.05%
G=26.53%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521269700.50.620.0111.2396.2768.43
HexFC7E610323E1b6044
Octal37417614106276113140104
Binary111111001111110110000101100101111101101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E61; }

 p { color: rgb(252,126,97); }

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

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

 a { background-color: rgb(252,126,97); }

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

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

 span { border-color: rgb(252,126,97); }

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