Html Css Color HEX #FEE21E Lemon

📋 copy color: '#FEE21E'

red 254 ◦ green 226 ◦ blue 30

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

Shades of Lemon #FEE21E

Tints of Lemon #FEE21E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.31%

 BLUE value IS 30 (12.11% from 255) = 5.88%

R = 49.8%
G = 44.31%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEE21E (or 0xFEE21E) is known color: Lemon. HEX triplet: FE, E2 and 1E. RGB value is (254,226,30). Sum of RGB (Red+Green+Blue) = 254+226+30=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 30 (12.11% from 255 or 5.88% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE21E is #011DE1. Grayscale: #D4D4D4. Windows color (decimal): -73186 or 2024190. OLE color: 2024190.

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

Color convert

RGB 254 226 30 -
CMYK 0 0.11 0.88 0.00
HSL 52.5º 0.99% 0.56% -
HSV(B) 52.5º 0.88% 1% -
XYZ 68.3 75.56 12.21 -
YUV 212.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 254 226 30 0 0.11 0.88 0.00 52.5 0.99 0.56
Hex FE E2 1E 0 B 58 0 34 63 38
Octal 376 342 36 0 13 130 0 64 143 70
Binary 11111110 11100010 11110 0 1011 1011000 0 110100 1100011 111000

Color Harmonies of #FEE21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE21E

Black with #FEE21E

Text Example


Text Example

White with #FEE21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE21E; }

 p { color: rgb(254,226,30); }

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

background-color css

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

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

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

border-color css

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

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

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