#FAFE9B

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

Shades of Canary #FAFE9B

Tints of Canary #FAFE9B

Color information

#FAFE9B (or 0xFAFE9B) is unknown color: approx Canary. HEX triplet: FA, FE and 9B. RGB value is (250,254,155). Sum of RGB (Red+Green+Blue) = 250+254+155=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 155 (60.94% from 255 or 23.52% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE9B is #050164. Grayscale: #F1F1F1. Windows color (decimal): -328037 or 10223354. OLE color: 10223354.

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

Color convert

RGB250254155-
CMYK0.0200.390.00
HSL62.42º98.02%80.2%-
HSV(B)62.42º38.98%99.61%-
XYZ80.7893.5744.81-
YUV241.5279.17134.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 155 (60.94% from 255) = 23.52%
R=37.94%
G=38.54%
B=23.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541550.0200.390.0062.4298.0280.2
HexFAFE9B202703e6250
Octal3723762332047076142120
Binary111110101111111010011011100100111011111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE9B; }

 p { color: rgb(250,254,155); }

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

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

 a { background-color: rgb(250,254,155); }

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

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

 span { border-color: rgb(250,254,155); }

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