Html Css Color HEX #FEF716 Lemon

📋 copy color: '#FEF716'

red 254 ◦ green 247 ◦ blue 22

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

Shades of Lemon #FEF716

Tints of Lemon #FEF716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.23%

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

R = 48.57%
G = 47.23%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEF716 (or 0xFEF716) is known color: Lemon. HEX triplet: FE, F7 and 16. RGB value is (254,247,22). Sum of RGB (Red+Green+Blue) = 254+247+22=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 22 (8.98% from 255 or 4.21% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF716 is #0108E9. Grayscale: #E0E0E0. Windows color (decimal): -67818 or 1505278. OLE color: 1505278.

HSL color Cylindrical-coordinate representation of color #FEF716: hue angle of 58.19º 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 #FEF716 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 247 22 -
CMYK 0 0.03 0.91 0.00
HSL 58.19º 0.99% 0.54% -
HSV(B) 58.19º 0.91% 1% -
XYZ 74.28 87.65 13.76 -
YUV 223.44 14.32 149.8 -
System Red Green Blue C M Y K H S L
Decimal 254 247 22 0 0.03 0.91 0.00 58.19 0.99 0.54
Hex FE F7 16 0 3 5B 0 3A 63 36
Octal 376 367 26 0 3 133 0 72 143 66
Binary 11111110 11110111 10110 0 11 1011011 0 111010 1100011 110110

Color Harmonies of #FEF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF716

Black with #FEF716

Text Example


Text Example

White with #FEF716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF716; }

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

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

background-color css

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

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

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

border-color css

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

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

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