Html Css Color HEX #FEF120 Lemon

📋 copy color: '#FEF120'

red 254 ◦ green 241 ◦ blue 32

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

Shades of Lemon #FEF120

Tints of Lemon #FEF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.73%

 BLUE value IS 32 (12.89% from 255) = 6.07%

R = 48.2%
G = 45.73%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF120 (or 0xFEF120) is known color: Lemon. HEX triplet: FE, F1 and 20. RGB value is (254,241,32). Sum of RGB (Red+Green+Blue) = 254+241+32=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 32 (12.89% from 255 or 6.07% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF120 is #010EDF. Grayscale: #DDDDDD. Windows color (decimal): -69344 or 2159102. OLE color: 2159102.

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

Color convert

RGB 254 241 32 -
CMYK 0 0.05 0.87 0.00
HSL 56.49º 0.99% 0.56% -
HSV(B) 56.49º 0.87% 1% -
XYZ 72.59 84.09 13.77 -
YUV 221.06 21.31 151.49 -
System Red Green Blue C M Y K H S L
Decimal 254 241 32 0 0.05 0.87 0.00 56.49 0.99 0.56
Hex FE F1 20 0 5 57 0 38 63 38
Octal 376 361 40 0 5 127 0 70 143 70
Binary 11111110 11110001 100000 0 101 1010111 0 111000 1100011 111000

Color Harmonies of #FEF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF120

Black with #FEF120

Text Example


Text Example

White with #FEF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF120; }

 p { color: rgb(254,241,32); }

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

background-color css

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

 a { background-color: rgb(254,241,32); }

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

border-color css

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

 span { border-color: rgb(254,241,32); }

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