Html Css Color HEX #FEFA94 Canary

📋 copy color: '#FEFA94'

red 254 ◦ green 250 ◦ blue 148

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

Shades of Canary #FEFA94

Tints of Canary #FEFA94

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.2% from 255) = 22.7%

R = 38.96%
G = 38.34%
B = 22.7%

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

#FEFA94 (or 0xFEFA94) is known color: 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

RGB 254 250 148 -
CMYK 0 0.02 0.42 0.00
HSL 57.74º 0.98% 0.79% -
HSV(B) 57.74º 0.42% 1% -
XYZ 80.4 91.58 41.46 -
YUV 239.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 254 250 148 0 0.02 0.42 0.00 57.74 0.98 0.79
Hex FE FA 94 0 2 2A 0 3A 62 4F
Octal 376 372 224 0 2 52 0 72 142 117
Binary 11111110 11111010 10010100 0 10 101010 0 111010 1100010 1001111

Color Harmonies of #FEFA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA94

Black with #FEFA94

Text Example


Text Example

White with #FEFA94

Text Example


Text Example

HTML Codes & Css Web 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>