Html Css Color HEX #FCFCA0 Canary

📋 copy color: '#FCFCA0'

red 252 ◦ green 252 ◦ blue 160

#FCFCA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Canary #FCFCA0

Tints of Canary #FCFCA0

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.1%

R = 37.95%
G = 37.95%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCFCA0 (or 0xFCFCA0) is known color: 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

RGB 252 252 160 -
CMYK 0 0 0.37 0.01
HSL 60º 0.94% 0.81% -
HSV(B) 60º 0.37% 0.99% -
XYZ 81.3 92.85 46.9 -
YUV 241.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 252 252 160 0 0 0.37 0.01 60 0.94 0.81
Hex FC FC A0 0 0 25 1 3C 5E 51
Octal 374 374 240 0 0 45 1 74 136 121
Binary 11111100 11111100 10100000 0 0 100101 1 111100 1011110 1010001

Color Harmonies of #FCFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCA0

Black with #FCFCA0

Text Example


Text Example

White with #FCFCA0

Text Example


Text Example

HTML Codes & Css Web 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>