#FAFB9A

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

Shades of Canary #FAFB9A

Tints of Canary #FAFB9A

Color information

#FAFB9A (or 0xFAFB9A) is unknown color: approx Canary. HEX triplet: FA, FB and 9A. RGB value is (250,251,154). Sum of RGB (Red+Green+Blue) = 250+251+154=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 154 (60.55% from 255 or 23.51% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB9A is #050465. Grayscale: #F0F0F0. Windows color (decimal): -328806 or 10157050. OLE color: 10157050.

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

Color convert

RGB250251154-
CMYK0.0000.390.02
HSL60.62º92.38%79.41%-
HSV(B)60.62º38.65%98.43%-
XYZ79.7591.6544.06-
YUV239.6479.67135.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 154 (60.55% from 255) = 23.51%
R=38.17%
G=38.32%
B=23.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502511540.0000.390.0260.6292.3879.41
HexFAFB9A002723d5c4f
Octal3723732320047275134117
Binary111110101111101110011010001001111011110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFB9A; }

 p { color: rgb(250,251,154); }

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

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

 a { background-color: rgb(250,251,154); }

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

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

 span { border-color: rgb(250,251,154); }

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