Html Css Color HEX #FEF021 Lemon

📋 copy color: '#FEF021'

red 254 ◦ green 240 ◦ blue 33

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

Shades of Lemon #FEF021

Tints of Lemon #FEF021

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

 BLUE value IS 33 (13.28% from 255) = 6.26%

R = 48.2%
G = 45.54%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF021 (or 0xFEF021) is known color: Lemon. HEX triplet: FE, F0 and 21. RGB value is (254,240,33). Sum of RGB (Red+Green+Blue) = 254+240+33=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 33 (13.28% from 255 or 6.26% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF021 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF021 is #010FDE. Grayscale: #DDDDDD. Windows color (decimal): -69599 or 2224382. OLE color: 2224382.

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

Color convert

RGB 254 240 33 -
CMYK 0 0.06 0.87 0.00
HSL 56.2º 0.99% 0.56% -
HSV(B) 56.2º 0.87% 1% -
XYZ 72.31 83.5 13.75 -
YUV 220.59 22.14 151.83 -
System Red Green Blue C M Y K H S L
Decimal 254 240 33 0 0.06 0.87 0.00 56.2 0.99 0.56
Hex FE F0 21 0 6 57 0 38 63 38
Octal 376 360 41 0 6 127 0 70 143 70
Binary 11111110 11110000 100001 0 110 1010111 0 111000 1100011 111000

Color Harmonies of #FEF021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF021

Black with #FEF021

Text Example


Text Example

White with #FEF021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF021; }

 p { color: rgb(254,240,33); }

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

background-color css

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

 a { background-color: rgb(254,240,33); }

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

border-color css

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

 span { border-color: rgb(254,240,33); }

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