#FCFCA0

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

Shades of Canary #FCFCA0

Tints of Canary #FCFCA0

Color information

#FCFCA0 (or 0xFCFCA0) is unknown color: approx Canary. HEX triplet: FC, FC and A0. RGB value is (252,252,160). Sum of RGB (Red+Green+Blue) = 252+252+160=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 160 (62.89% from 255 or 24.10% from 664); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCA0 is #03035F. Grayscale: #F1F1F1. Windows color (decimal): -197472 or 10550524. OLE color: 10550524.

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

Color convert

RGB252252160-
CMYK000.370.01
HSL60º93.88%80.78%-
HSV(B)60º36.51%98.82%-
XYZ81.392.8546.9-
YUV241.5182135.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 160 (62.89% from 255) = 24.10%
R=37.95%
G=37.95%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252160000.370.016093.8880.78
HexFCFCA0002513c5e51
Octal3743742400045174136121
Binary11111100111111001010000000100101111110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCA0; }

 p { color: rgb(252,252,160); }

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

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

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

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

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

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

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