#FEFB95

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

Shades of Canary #FEFB95

Tints of Canary #FEFB95

Color information

#FEFB95 (or 0xFEFB95) is unknown color: approx Canary. HEX triplet: FE, FB and 95. RGB value is (254,251,149). Sum of RGB (Red+Green+Blue) = 254+251+149=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 149 (58.59% from 255 or 22.78% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB95 is #01046A. Grayscale: #F0F0F0. Windows color (decimal): -66667 or 9829374. OLE color: 9829374.

HSL color Cylindrical-coordinate representation of color #FEFB95: hue angle of 58.29º 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 #FEFB95 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254251149-
CMYK00.010.410.00
HSL58.29º98.13%79.02%-
HSV(B)58.29º41.34%99.61%-
XYZ80.892.2441.98-
YUV240.2776.49137.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 149 (58.59% from 255) = 22.78%
R=38.84%
G=38.38%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425114900.010.410.0058.2998.1379.02
HexFEFB95012903a624f
Octal3763732250151072142117
Binary11111110111110111001010101101001011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB95; }

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

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

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

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

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

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

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

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