#FAFF9E

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

Shades of Canary #FAFF9E

Tints of Canary #FAFF9E

Color information

#FAFF9E (or 0xFAFF9E) is unknown color: approx Canary. HEX triplet: FA, FF and 9E. RGB value is (250,255,158). Sum of RGB (Red+Green+Blue) = 250+255+158=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 158 (62.11% from 255 or 23.83% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF9E is #050061. Grayscale: #F2F2F2. Windows color (decimal): -327778 or 10420218. OLE color: 10420218.

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

Color convert

RGB250255158-
CMYK0.0200.380
HSL63.09º100%80.98%-
HSV(B)63.09º38.04%100%-
XYZ81.3694.3146.26-
YUV242.4580.34133.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 158 (62.11% from 255) = 23.83%
R=37.71%
G=38.46%
B=23.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551580.0200.38063.0910080.98
HexFAFF9E202603f6451
Octal3723772362046077144121
Binary111110101111111110011110100100110011111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF9E; }

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

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

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

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

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

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

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

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