#fefa96

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

Shades of Canary #FEFA96

Tints of Canary #FEFA96

Color information

#FEFA96 (or 0xFEFA96) is unknown color: approx Canary. HEX triplet: FE, FA and 96. RGB value is (254,250,150). Sum of RGB (Red+Green+Blue) = 254+250+150=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 150 (58.98% from 255 or 22.94% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA96 is #010569. Grayscale: #F0F0F0. Windows color (decimal): -66922 or 9894654. OLE color: 9894654.

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

Color convert

RGB254250150-
CMYK00.020.410.00
HSL57.69º98.11%79.22%-
HSV(B)57.69º40.94%99.61%-
XYZ80.5691.6442.3-
YUV239.877.33138.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 150 (58.98% from 255) = 22.94%
R=38.84%
G=38.23%
B=22.94%

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
Decimal25425015000.020.410.0057.6998.1179.22
HexFEFA96022903a624f
Octal3763722260251072142117
Binary111111101111101010010110010101001011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fefa96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fefa96; }

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

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

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

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

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

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

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

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