#FEFA95

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

Shades of Canary #FEFA95

Tints of Canary #FEFA95

Color information

#FEFA95 (or 0xFEFA95) is unknown color: approx Canary. HEX triplet: FE, FA and 95. RGB value is (254,250,149). Sum of RGB (Red+Green+Blue) = 254+250+149=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 149 (58.59% from 255 or 22.82% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA95 is #01056A. Grayscale: #F0F0F0. Windows color (decimal): -66923 or 9829118. OLE color: 9829118.

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

Color convert

RGB254250149-
CMYK00.020.410.00
HSL57.71º98.13%79.02%-
HSV(B)57.71º41.34%99.61%-
XYZ80.4891.6141.87-
YUV239.6876.83138.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 149 (58.59% from 255) = 22.82%
R=38.90%
G=38.28%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425014900.020.410.0057.7198.1379.02
HexFEFA95022903a624f
Octal3763722250251072142117
Binary111111101111101010010101010101001011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA95; }

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

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

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

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

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

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

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

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