Html Css Color HEX #FEF004 Lemon

📋 copy color: '#FEF004'

red 254 ◦ green 240 ◦ blue 4

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

Shades of Lemon #FEF004

Tints of Lemon #FEF004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 51%
G = 48.19%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEF004 (or 0xFEF004) is known color: Lemon. HEX triplet: FE, F0 and 04. RGB value is (254,240,4). Sum of RGB (Red+Green+Blue) = 254+240+4=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 4 (1.95% from 255 or 0.80% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF004 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF004 is #010FFB. Grayscale: #DADADA. Windows color (decimal): -69628 or 323838. OLE color: 323838.

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

Color convert

RGB 254 240 4 -
CMYK 0 0.06 0.98 0.00
HSL 56.64º 0.99% 0.51% -
HSV(B) 56.64º 0.98% 1% -
XYZ 72.06 83.4 12.41 -
YUV 217.28 7.64 154.19 -
System Red Green Blue C M Y K H S L
Decimal 254 240 4 0 0.06 0.98 0.00 56.64 0.99 0.51
Hex FE F0 4 0 6 62 0 39 63 33
Octal 376 360 4 0 6 142 0 71 143 63
Binary 11111110 11110000 100 0 110 1100010 0 111001 1100011 110011

Color Harmonies of #FEF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF004

Black with #FEF004

Text Example


Text Example

White with #FEF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF004; }

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

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

background-color css

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

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

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

border-color css

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

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

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