Html Css Color HEX #FEEA04 Lemon

📋 copy color: '#FEEA04'

red 254 ◦ green 234 ◦ blue 4

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

Shades of Lemon #FEEA04

Tints of Lemon #FEEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

 BLUE value IS 4 (1.95% from 255) = 0.81%

R = 51.63%
G = 47.56%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEEA04 (or 0xFEEA04) is known color: Lemon. HEX triplet: FE, EA and 04. RGB value is (254,234,4). Sum of RGB (Red+Green+Blue) = 254+234+4=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 4 (1.95% from 255 or 0.81% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA04 is #0115FB. Grayscale: #D6D6D6. Windows color (decimal): -71164 or 322302. OLE color: 322302.

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

Color convert

RGB 254 234 4 -
CMYK 0 0.08 0.98 0.00
HSL 55.2º 0.99% 0.51% -
HSV(B) 55.2º 0.98% 1% -
XYZ 70.32 79.93 11.84 -
YUV 213.76 9.63 156.7 -
System Red Green Blue C M Y K H S L
Decimal 254 234 4 0 0.08 0.98 0.00 55.2 0.99 0.51
Hex FE EA 4 0 8 62 0 37 63 33
Octal 376 352 4 0 10 142 0 67 143 63
Binary 11111110 11101010 100 0 1000 1100010 0 110111 1100011 110011

Color Harmonies of #FEEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA04

Black with #FEEA04

Text Example


Text Example

White with #FEEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA04; }

 p { color: rgb(254,234,4); }

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

background-color css

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

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

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

border-color css

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

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

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