#FDFA94

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

Shades of Canary #FDFA94

Tints of Canary #FDFA94

Color information

#FDFA94 (or 0xFDFA94) is unknown color: approx Canary. HEX triplet: FD, FA and 94. RGB value is (253,250,148). Sum of RGB (Red+Green+Blue) = 253+250+148=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 148 (58.20% from 255 or 22.73% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA94 is #02056B. Grayscale: #EFEFEF. Windows color (decimal): -132460 or 9763581. OLE color: 9763581.

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

Color convert

RGB253250148-
CMYK00.010.420.01
HSL58.29º96.33%78.63%-
HSV(B)58.29º41.5%99.22%-
XYZ80.0491.3941.44-
YUV239.2776.49137.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 148 (58.20% from 255) = 22.73%
R=38.86%
G=38.40%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325014800.010.420.0158.2996.3378.63
HexFDFA94012A13a604f
Octal3753722240152172140117
Binary11111101111110101001010001101010111101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA94; }

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

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

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

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

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

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

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

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