Html Css Color HEX #FEF210 Lemon

📋 copy color: '#FEF210'

red 254 ◦ green 242 ◦ blue 16

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

Shades of Lemon #FEF210

Tints of Lemon #FEF210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

 BLUE value IS 16 (6.64% from 255) = 3.13%

R = 49.61%
G = 47.27%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEF210 (or 0xFEF210) is known color: Lemon. HEX triplet: FE, F2 and 10. RGB value is (254,242,16). Sum of RGB (Red+Green+Blue) = 254+242+16=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 16 (6.64% from 255 or 3.12% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF210 is #010DEF. Grayscale: #DCDCDC. Windows color (decimal): -69104 or 1110782. OLE color: 1110782.

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

Color convert

RGB 254 242 16 -
CMYK 0 0.05 0.94 0.00
HSL 56.97º 0.99% 0.53% -
HSV(B) 56.97º 0.94% 1% -
XYZ 72.72 84.61 12.99 -
YUV 219.82 12.98 152.38 -
System Red Green Blue C M Y K H S L
Decimal 254 242 16 0 0.05 0.94 0.00 56.97 0.99 0.53
Hex FE F2 10 0 5 5E 0 39 63 35
Octal 376 362 20 0 5 136 0 71 143 65
Binary 11111110 11110010 10000 0 101 1011110 0 111001 1100011 110101

Color Harmonies of #FEF210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF210

Black with #FEF210

Text Example


Text Example

White with #FEF210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF210; }

 p { color: rgb(254,242,16); }

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

background-color css

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

 a { background-color: rgb(254,242,16); }

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

border-color css

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

 span { border-color: rgb(254,242,16); }

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