Html Css Color HEX #FEF006 Lemon

📋 copy color: '#FEF006'

red 254 ◦ green 240 ◦ blue 6

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

Shades of Lemon #FEF006

Tints of Lemon #FEF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.2%

R = 50.8%
G = 48%
B = 1.2%

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

#FEF006 (or 0xFEF006) is known color: Lemon. HEX triplet: FE, F0 and 06. RGB value is (254,240,6). Sum of RGB (Red+Green+Blue) = 254+240+6=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 6 (2.73% from 255 or 1.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF006 is #010FF9. Grayscale: #DADADA. Windows color (decimal): -69626 or 454910. OLE color: 454910.

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

Color convert

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

Color Harmonies of #FEF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF006

Black with #FEF006

Text Example


Text Example

White with #FEF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF006; }

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

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

background-color css

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

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

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

border-color css

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

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

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