#FAFF99

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

Shades of Canary #FAFF99

Tints of Canary #FAFF99

Color information

#FAFF99 (or 0xFAFF99) is unknown color: approx Canary. HEX triplet: FA, FF and 99. RGB value is (250,255,153). Sum of RGB (Red+Green+Blue) = 250+255+153=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 153 (60.16% from 255 or 23.25% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF99 is #050066. Grayscale: #F2F2F2. Windows color (decimal): -327783 or 10092538. OLE color: 10092538.

HSL color Cylindrical-coordinate representation of color #FAFF99: hue angle of 62.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAFF99 is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB250255153-
CMYK0.0200.40
HSL62.94º100%80%-
HSV(B)62.94º40%100%-
XYZ80.9394.1444.04-
YUV241.8877.84133.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 153 (60.16% from 255) = 23.25%
R=37.99%
G=38.75%
B=23.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551530.0200.4062.9410080
HexFAFF99202803f6450
Octal3723772312050077144120
Binary111110101111111110011001100101000011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF99; }

 p { color: rgb(250,255,153); }

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

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

 a { background-color: rgb(250,255,153); }

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

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

 span { border-color: rgb(250,255,153); }

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