#FEFA94

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

Shades of Canary #FEFA94

Tints of Canary #FEFA94

Color information

#FEFA94 (or 0xFEFA94) is unknown color: approx Canary. HEX triplet: FE, FA and 94. RGB value is (254,250,148). Sum of RGB (Red+Green+Blue) = 254+250+148=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 148 (58.20% from 255 or 22.70% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA94 is #01056B. Grayscale: #EFEFEF. Windows color (decimal): -66924 or 9763582. OLE color: 9763582.

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

Color convert

RGB254250148-
CMYK00.020.420.00
HSL57.74º98.15%78.82%-
HSV(B)57.74º41.73%99.61%-
XYZ80.491.5841.46-
YUV239.5776.33138.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 148 (58.20% from 255) = 22.70%
R=38.96%
G=38.34%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425014800.020.420.0057.7498.1578.82
HexFEFA94022A03a624f
Octal3763722240252072142117
Binary111111101111101010010100010101010011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA94; }

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

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

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

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

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

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

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

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