Html Css Color HEX #FEEE1A Lemon

📋 copy color: '#FEEE1A'

red 254 ◦ green 238 ◦ blue 26

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

Shades of Lemon #FEEE1A

Tints of Lemon #FEEE1A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.95%

 BLUE value IS 26 (10.55% from 255) = 5.02%

R = 49.03%
G = 45.95%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEEE1A (or 0xFEEE1A) is known color: Lemon. HEX triplet: FE, EE and 1A. RGB value is (254,238,26). Sum of RGB (Red+Green+Blue) = 254+238+26=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 26 (10.55% from 255 or 5.02% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE1A is #0111E5. Grayscale: #DBDBDB. Windows color (decimal): -70118 or 1765118. OLE color: 1765118.

HSL color Cylindrical-coordinate representation of color #FEEE1A: hue angle of 55.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEEE1A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 238 26 -
CMYK 0 0.06 0.90 0.00
HSL 55.79º 0.99% 0.55% -
HSV(B) 55.79º 0.9% 1% -
XYZ 71.63 82.29 13.09 -
YUV 218.62 19.3 153.24 -
System Red Green Blue C M Y K H S L
Decimal 254 238 26 0 0.06 0.90 0.00 55.79 0.99 0.55
Hex FE EE 1A 0 6 5A 0 38 63 37
Octal 376 356 32 0 6 132 0 70 143 67
Binary 11111110 11101110 11010 0 110 1011010 0 111000 1100011 110111

Color Harmonies of #FEEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEE1A

Black with #FEEE1A

Text Example


Text Example

White with #FEEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEE1A; }

 p { color: rgb(254,238,26); }

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

background-color css

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

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

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

border-color css

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

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

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