Html Css Color HEX #FEF994 Canary

📋 copy color: '#FEF994'

red 254 ◦ green 249 ◦ blue 148

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

Shades of Canary #FEF994

Tints of Canary #FEF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.25%

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

R = 39.02%
G = 38.25%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEF994 (or 0xFEF994) is known color: Canary. HEX triplet: FE, F9 and 94. RGB value is (254,249,148). Sum of RGB (Red+Green+Blue) = 254+249+148=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 148 (58.20% from 255 or 22.73% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF994 is #01066B. Grayscale: #EFEFEF. Windows color (decimal): -67180 or 9763326. OLE color: 9763326.

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

Color convert

RGB 254 249 148 -
CMYK 0 0.02 0.42 0.00
HSL 57.17º 0.98% 0.79% -
HSV(B) 57.17º 0.42% 1% -
XYZ 80.09 90.96 41.35 -
YUV 238.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 254 249 148 0 0.02 0.42 0.00 57.17 0.98 0.79
Hex FE F9 94 0 2 2A 0 39 62 4F
Octal 376 371 224 0 2 52 0 71 142 117
Binary 11111110 11111001 10010100 0 10 101010 0 111001 1100010 1001111

Color Harmonies of #FEF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF994

Black with #FEF994

Text Example


Text Example

White with #FEF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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