Html Css Color HEX #FEF820 Lemon

📋 copy color: '#FEF820'

red 254 ◦ green 248 ◦ blue 32

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

Shades of Lemon #FEF820

Tints of Lemon #FEF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.44%

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

R = 47.57%
G = 46.44%
B = 5.99%

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

#FEF820 (or 0xFEF820) is known color: Lemon. HEX triplet: FE, F8 and 20. RGB value is (254,248,32). Sum of RGB (Red+Green+Blue) = 254+248+32=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 32 (12.89% from 255 or 5.99% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF820 is #0107DF. Grayscale: #E2E2E2. Windows color (decimal): -67552 or 2160894. OLE color: 2160894.

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

Color convert

RGB 254 248 32 -
CMYK 0 0.02 0.87 0.00
HSL 58.38º 0.99% 0.56% -
HSV(B) 58.38º 0.87% 1% -
XYZ 74.7 88.31 14.47 -
YUV 225.17 18.99 148.56 -
System Red Green Blue C M Y K H S L
Decimal 254 248 32 0 0.02 0.87 0.00 58.38 0.99 0.56
Hex FE F8 20 0 2 57 0 3A 63 38
Octal 376 370 40 0 2 127 0 72 143 70
Binary 11111110 11111000 100000 0 10 1010111 0 111010 1100011 111000

Color Harmonies of #FEF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF820

Black with #FEF820

Text Example


Text Example

White with #FEF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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