#FDFA96

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

Shades of Canary #FDFA96

Tints of Canary #FDFA96

Color information

#FDFA96 (or 0xFDFA96) is unknown color: approx Canary. HEX triplet: FD, FA and 96. RGB value is (253,250,150). Sum of RGB (Red+Green+Blue) = 253+250+150=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 150 (58.98% from 255 or 22.97% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA96 is #020569. Grayscale: #EFEFEF. Windows color (decimal): -132458 or 9894653. OLE color: 9894653.

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

Color convert

RGB253250150-
CMYK00.010.410.01
HSL58.25º96.26%79.02%-
HSV(B)58.25º40.71%99.22%-
XYZ80.291.4642.28-
YUV239.577.49137.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 150 (58.98% from 255) = 22.97%
R=38.74%
G=38.28%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325015000.010.410.0158.2596.2679.02
HexFDFA96012913a604f
Octal3753722260151172140117
Binary11111101111110101001011001101001111101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA96; }

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

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

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

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

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

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

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

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