Html Css Color HEX #FEF124 Lemon

📋 copy color: '#FEF124'

red 254 ◦ green 241 ◦ blue 36

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

Shades of Lemon #FEF124

Tints of Lemon #FEF124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 6.78%

R = 47.83%
G = 45.39%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEF124 (or 0xFEF124) is known color: Lemon. HEX triplet: FE, F1 and 24. RGB value is (254,241,36). Sum of RGB (Red+Green+Blue) = 254+241+36=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 36 (14.45% from 255 or 6.78% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF124 is #010EDB. Grayscale: #DEDEDE. Windows color (decimal): -69340 or 2421246. OLE color: 2421246.

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

Color convert

RGB 254 241 36 -
CMYK 0 0.05 0.86 0.00
HSL 56.42º 0.99% 0.57% -
HSV(B) 56.42º 0.86% 1% -
XYZ 72.65 84.11 14.07 -
YUV 221.52 23.31 151.17 -
System Red Green Blue C M Y K H S L
Decimal 254 241 36 0 0.05 0.86 0.00 56.42 0.99 0.57
Hex FE F1 24 0 5 56 0 38 63 39
Octal 376 361 44 0 5 126 0 70 143 71
Binary 11111110 11110001 100100 0 101 1010110 0 111000 1100011 111001

Color Harmonies of #FEF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF124

Black with #FEF124

Text Example


Text Example

White with #FEF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF124; }

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

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

background-color css

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

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

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

border-color css

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

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

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