#FCFB9D

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

Shades of Canary #FCFB9D

Tints of Canary #FCFB9D

Color information

#FCFB9D (or 0xFCFB9D) is unknown color: approx Canary. HEX triplet: FC, FB and 9D. RGB value is (252,251,157). Sum of RGB (Red+Green+Blue) = 252+251+157=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 157 (61.72% from 255 or 23.79% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFB9D is #030462. Grayscale: #F0F0F0. Windows color (decimal): -197731 or 10353660. OLE color: 10353660.

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

Color convert

RGB252251157-
CMYK00.000.380.01
HSL59.37º94.06%80.2%-
HSV(B)59.37º37.7%98.82%-
XYZ80.7392.1245.43-
YUV240.5880.83136.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 157 (61.72% from 255) = 23.79%
R=38.18%
G=38.03%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225115700.000.380.0159.3794.0680.2
HexFCFB9D002613b5e50
Octal3743732350046173136120
Binary11111100111110111001110100100110111101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFB9D; }

 p { color: rgb(252,251,157); }

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

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

 a { background-color: rgb(252,251,157); }

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

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

 span { border-color: rgb(252,251,157); }

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