Html Css Color HEX #FEE216 Lemon

📋 copy color: '#FEE216'

red 254 ◦ green 226 ◦ blue 22

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

Shades of Lemon #FEE216

Tints of Lemon #FEE216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.38%

R = 50.6%
G = 45.02%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEE216 (or 0xFEE216) is known color: Lemon. HEX triplet: FE, E2 and 16. RGB value is (254,226,22). Sum of RGB (Red+Green+Blue) = 254+226+22=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 22 (8.98% from 255 or 4.38% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE216 is #011DE9. Grayscale: #D3D3D3. Windows color (decimal): -73194 or 1499902. OLE color: 1499902.

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

Color convert

RGB 254 226 22 -
CMYK 0 0.11 0.91 0.00
HSL 52.76º 0.99% 0.54% -
HSV(B) 52.76º 0.91% 1% -
XYZ 68.21 75.52 11.74 -
YUV 211.12 21.28 158.59 -
System Red Green Blue C M Y K H S L
Decimal 254 226 22 0 0.11 0.91 0.00 52.76 0.99 0.54
Hex FE E2 16 0 B 5B 0 35 63 36
Octal 376 342 26 0 13 133 0 65 143 66
Binary 11111110 11100010 10110 0 1011 1011011 0 110101 1100011 110110

Color Harmonies of #FEE216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE216

Black with #FEE216

Text Example


Text Example

White with #FEE216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE216; }

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

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

background-color css

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

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

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

border-color css

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

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

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