Html Css Color HEX #FEF20B Lemon

📋 copy color: '#FEF20B'

red 254 ◦ green 242 ◦ blue 11

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

Shades of Lemon #FEF20B

Tints of Lemon #FEF20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.17%

R = 50.1%
G = 47.73%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEF20B (or 0xFEF20B) is known color: Lemon. HEX triplet: FE, F2 and 0B. RGB value is (254,242,11). Sum of RGB (Red+Green+Blue) = 254+242+11=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 11 (4.69% from 255 or 2.17% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF20B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF20B is #010DF4. Grayscale: #DCDCDC. Windows color (decimal): -69109 or 783102. OLE color: 783102.

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

Color convert

RGB 254 242 11 -
CMYK 0 0.05 0.96 0.00
HSL 57.04º 0.99% 0.52% -
HSV(B) 57.04º 0.96% 1% -
XYZ 72.69 84.6 12.81 -
YUV 219.25 10.48 152.78 -
System Red Green Blue C M Y K H S L
Decimal 254 242 11 0 0.05 0.96 0.00 57.04 0.99 0.52
Hex FE F2 B 0 5 60 0 39 63 34
Octal 376 362 13 0 5 140 0 71 143 64
Binary 11111110 11110010 1011 0 101 1100000 0 111001 1100011 110100

Color Harmonies of #FEF20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF20B

Black with #FEF20B

Text Example


Text Example

White with #FEF20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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