#FEFC98

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

Shades of Canary #FEFC98

Tints of Canary #FEFC98

Color information

#FEFC98 (or 0xFEFC98) is unknown color: approx Canary. HEX triplet: FE, FC and 98. RGB value is (254,252,152). Sum of RGB (Red+Green+Blue) = 254+252+152=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 152 (59.77% from 255 or 23.10% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC98 is #010367. Grayscale: #F1F1F1. Windows color (decimal): -66408 or 10026238. OLE color: 10026238.

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

Color convert

RGB254252152-
CMYK00.010.400.00
HSL58.82º98.08%79.61%-
HSV(B)58.82º40.16%99.61%-
XYZ81.3592.9643.36-
YUV241.277.66137.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 152 (59.77% from 255) = 23.10%
R=38.60%
G=38.30%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425215200.010.400.0058.8298.0879.61
HexFEFC98012803b6250
Octal3763742300150073142120
Binary11111110111111001001100001101000011101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFC98; }

 p { color: rgb(254,252,152); }

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

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

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

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

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

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

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