#FC8661

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

Shades of Crusta #FC8661

Tints of Crusta #FC8661

Color information

#FC8661 (or 0xFC8661) is unknown color: approx Crusta. HEX triplet: FC, 86 and 61. RGB value is (252,134,97). Sum of RGB (Red+Green+Blue) = 252+134+97=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8661 is #03799E. Grayscale: #A5A5A5. Windows color (decimal): -227743 or 6391548. OLE color: 6391548.

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

Color convert

RGB25213497-
CMYK00.470.620.01
HSL14.32º96.27%68.43%-
HSV(B)14.32º61.51%98.82%-
XYZ50.8338.6116.08-
YUV165.0689.59190.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=52.17%
G=27.74%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521349700.470.620.0114.3296.2768.43
HexFC866102F3E1e6044
Octal37420614105776116140104
Binary1111110010000110110000101011111111101111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8661; }

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

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

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

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

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

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

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

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