Html Css Color HEX #FFE216 Lemon

📋 copy color: '#FFE216'

red 255 ◦ green 226 ◦ blue 22

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

Shades of Lemon #FFE216

Tints of Lemon #FFE216

RGB

 RED value IS 255 (100% from 255) = 50.7%

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

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

R = 50.7%
G = 44.93%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFE216 (or 0xFFE216) is known color: Lemon. HEX triplet: FF, E2 and 16. RGB value is (255,226,22). Sum of RGB (Red+Green+Blue) = 255+226+22=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 22 (8.98% from 255 or 4.37% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE216 is #001DE9. Grayscale: #D4D4D4. Windows color (decimal): -7658 or 1499903. OLE color: 1499903.

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

Color convert

RGB 255 226 22 -
CMYK 0 0.11 0.91 0
HSL 52.53º 1% 0.54% -
HSV(B) 52.53º 0.91% 1% -
XYZ 68.58 75.71 11.76 -
YUV 211.42 21.11 159.09 -
System Red Green Blue C M Y K H S L
Decimal 255 226 22 0 0.11 0.91 0 52.53 1 0.54
Hex FF E2 16 0 B 5B 0 35 64 36
Octal 377 342 26 0 13 133 0 65 144 66
Binary 11111111 11100010 10110 0 1011 1011011 0 110101 1100100 110110

Color Harmonies of #FFE216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE216

Black with #FFE216

Text Example


Text Example

White with #FFE216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE216; }

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

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

background-color css

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

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

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

border-color css

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

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

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