#FEFB9C

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

Shades of Canary #FEFB9C

Tints of Canary #FEFB9C

Color information

#FEFB9C (or 0xFEFB9C) is unknown color: approx Canary. HEX triplet: FE, FB and 9C. RGB value is (254,251,156). Sum of RGB (Red+Green+Blue) = 254+251+156=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 156 (61.33% from 255 or 23.60% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB9C is #010463. Grayscale: #F1F1F1. Windows color (decimal): -66660 or 10288126. OLE color: 10288126.

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

Color convert

RGB254251156-
CMYK00.010.390.00
HSL58.16º98%80.39%-
HSV(B)58.16º38.58%99.61%-
XYZ81.3792.4745.01-
YUV241.0779.99137.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 156 (61.33% from 255) = 23.60%
R=38.43%
G=37.97%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425115600.010.390.0058.169880.39
HexFEFB9C012703a6250
Octal3763732340147072142120
Binary11111110111110111001110001100111011101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB9C; }

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

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

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

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

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

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

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

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