#FC6A5E

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

Shades of Bittersweet #FC6A5E

Tints of Bittersweet #FC6A5E

Color information

#FC6A5E (or 0xFC6A5E) is unknown color: approx Bittersweet. HEX triplet: FC, 6A and 5E. RGB value is (252,106,94). Sum of RGB (Red+Green+Blue) = 252+106+94=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A5E is #0395A1. Grayscale: #949494. Windows color (decimal): -234914 or 6187772. OLE color: 6187772.

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

Color convert

RGB25210694-
CMYK00.580.630.01
HSL4.56º96.34%67.84%-
HSV(B)4.56º62.7%98.82%-
XYZ47.3231.8114.24-
YUV148.2997.37201.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.75%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=55.75%
G=23.45%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521069400.580.630.014.5696.3467.84
HexFC6A5E03A3F156044
Octal3741521360727715140104
Binary11111100110101010111100111010111111110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6A5E; }

 p { color: rgb(252,106,94); }

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

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

 a { background-color: rgb(252,106,94); }

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

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

 span { border-color: rgb(252,106,94); }

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