Html Css Color HEX #FEFE94 Canary

📋 copy color: '#FEFE94'

red 254 ◦ green 254 ◦ blue 148

#FEFE94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Canary #FEFE94

Tints of Canary #FEFE94

RGB

 RED value IS 254 (99.61% from 255) = 38.72%

 GREEN value IS 254 (99.61% from 255) = 38.72%

 BLUE value IS 148 (58.2% from 255) = 22.56%

R = 38.72%
G = 38.72%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEFE94 (or 0xFEFE94) is known color: Canary. HEX triplet: FE, FE and 94. RGB value is (254,254,148). Sum of RGB (Red+Green+Blue) = 254+254+148=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 148 (58.20% from 255 or 22.56% from 656); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE94 is #01016B. Grayscale: #F2F2F2. Windows color (decimal): -65900 or 9764606. OLE color: 9764606.

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

Color convert

RGB 254 254 148 -
CMYK 0 0 0.42 0.00
HSL 60º 0.98% 0.79% -
HSV(B) 60º 0.42% 1% -
XYZ 81.66 94.09 41.87 -
YUV 241.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 254 254 148 0 0 0.42 0.00 60 0.98 0.79
Hex FE FE 94 0 0 2A 0 3C 62 4F
Octal 376 376 224 0 0 52 0 74 142 117
Binary 11111110 11111110 10010100 0 0 101010 0 111100 1100010 1001111

Color Harmonies of #FEFE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE94

Black with #FEFE94

Text Example


Text Example

White with #FEFE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE94; }

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

 H1.HeaderClassName
 {
   color: #FEFE94;
 }
 .AnyTagClassName
 {
   color: #FEFE94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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