Html Css Color HEX #FEF21D Lemon

📋 copy color: '#FEF21D'

red 254 ◦ green 242 ◦ blue 29

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

Shades of Lemon #FEF21D

Tints of Lemon #FEF21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.52%

R = 48.38%
G = 46.1%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEF21D (or 0xFEF21D) is known color: Lemon. HEX triplet: FE, F2 and 1D. RGB value is (254,242,29). Sum of RGB (Red+Green+Blue) = 254+242+29=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 29 (11.72% from 255 or 5.52% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF21D is #010DE2. Grayscale: #DEDEDE. Windows color (decimal): -69091 or 1962750. OLE color: 1962750.

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

Color convert

RGB 254 242 29 -
CMYK 0 0.05 0.89 0.00
HSL 56.8º 0.99% 0.55% -
HSV(B) 56.8º 0.89% 1% -
XYZ 72.85 84.66 13.66 -
YUV 221.31 19.48 151.32 -
System Red Green Blue C M Y K H S L
Decimal 254 242 29 0 0.05 0.89 0.00 56.8 0.99 0.55
Hex FE F2 1D 0 5 59 0 39 63 37
Octal 376 362 35 0 5 131 0 71 143 67
Binary 11111110 11110010 11101 0 101 1011001 0 111001 1100011 110111

Color Harmonies of #FEF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF21D

Black with #FEF21D

Text Example


Text Example

White with #FEF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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