#FCFA9A

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

Shades of Canary #FCFA9A

Tints of Canary #FCFA9A

Color information

#FCFA9A (or 0xFCFA9A) is unknown color: approx Canary. HEX triplet: FC, FA and 9A. RGB value is (252,250,154). Sum of RGB (Red+Green+Blue) = 252+250+154=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 154 (60.55% from 255 or 23.48% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFA9A is #030565. Grayscale: #F0F0F0. Windows color (decimal): -197990 or 10156796. OLE color: 10156796.

HSL color Cylindrical-coordinate representation of color #FCFA9A: hue angle of 58.78º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCFA9A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB252250154-
CMYK00.010.390.01
HSL58.78º94.23%79.61%-
HSV(B)58.78º38.89%98.82%-
XYZ80.1691.443.99-
YUV239.6579.66136.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 154 (60.55% from 255) = 23.48%
R=38.41%
G=38.11%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225015400.010.390.0158.7894.2379.61
HexFCFA9A012713b5e50
Octal3743722320147173136120
Binary11111100111110101001101001100111111101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA9A; }

 p { color: rgb(252,250,154); }

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

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

 a { background-color: rgb(252,250,154); }

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

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

 span { border-color: rgb(252,250,154); }

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