Html Css Color HEX #FEF920 Lemon

📋 copy color: '#FEF920'

red 254 ◦ green 249 ◦ blue 32

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

Shades of Lemon #FEF920

Tints of Lemon #FEF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.54%

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

R = 47.48%
G = 46.54%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF920 (or 0xFEF920) is known color: Lemon. HEX triplet: FE, F9 and 20. RGB value is (254,249,32). Sum of RGB (Red+Green+Blue) = 254+249+32=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 32 (12.89% from 255 or 5.98% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF920 is #0106DF. Grayscale: #E2E2E2. Windows color (decimal): -67296 or 2161150. OLE color: 2161150.

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

Color convert

RGB 254 249 32 -
CMYK 0 0.02 0.87 0.00
HSL 58.65º 0.99% 0.56% -
HSV(B) 58.65º 0.87% 1% -
XYZ 75.01 88.93 14.58 -
YUV 225.76 18.66 148.14 -
System Red Green Blue C M Y K H S L
Decimal 254 249 32 0 0.02 0.87 0.00 58.65 0.99 0.56
Hex FE F9 20 0 2 57 0 3B 63 38
Octal 376 371 40 0 2 127 0 73 143 70
Binary 11111110 11111001 100000 0 10 1010111 0 111011 1100011 111000

Color Harmonies of #FEF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF920

Black with #FEF920

Text Example


Text Example

White with #FEF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF920; }

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

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

background-color css

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

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

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

border-color css

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

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

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