#FFFA94

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

Shades of Canary #FFFA94

Tints of Canary #FFFA94

Color information

#FFFA94 (or 0xFFFA94) is unknown color: approx Canary. HEX triplet: FF, FA and 94. RGB value is (255,250,148). Sum of RGB (Red+Green+Blue) = 255+250+148=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 148 (58.20% from 255 or 22.66% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA94 is #00056B. Grayscale: #F0F0F0. Windows color (decimal): -1388 or 9763583. OLE color: 9763583.

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

Color convert

RGB255250148-
CMYK00.020.420
HSL57.2º100%79.02%-
HSV(B)57.2º41.96%100%-
XYZ80.7791.7741.47-
YUV239.8776.16138.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 148 (58.20% from 255) = 22.66%
R=39.05%
G=38.28%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525014800.020.42057.210079.02
HexFFFA94022A039644f
Octal3773722240252071144117
Binary111111111111101010010100010101010011100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA94; }

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

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

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

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

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

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

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

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