#FEFE8B

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

Shades of Canary #FEFE8B

Tints of Canary #FEFE8B

Color information

#FEFE8B (or 0xFEFE8B) is unknown color: approx Canary. HEX triplet: FE, FE and 8B. RGB value is (254,254,139). Sum of RGB (Red+Green+Blue) = 254+254+139=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 139 (54.69% from 255 or 21.48% from 647); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE8B is #010174. Grayscale: #F1F1F1. Windows color (decimal): -65909 or 9174782. OLE color: 9174782.

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

Color convert

RGB254254139-
CMYK000.450.00
HSL60º98.29%77.06%-
HSV(B)60º45.28%99.61%-
XYZ80.9893.8238.27-
YUV240.8970.5137.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 139 (54.69% from 255) = 21.48%
R=39.26%
G=39.26%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254139000.450.006098.2977.06
HexFEFE8B002D03c624d
Octal3763762130055074142115
Binary11111110111111101000101100101101011110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFE8B; }

 p { color: rgb(254,254,139); }

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

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

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

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

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

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

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