Html Css Color HEX #FEF005 Lemon

📋 copy color: '#FEF005'

red 254 ◦ green 240 ◦ blue 5

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

Shades of Lemon #FEF005

Tints of Lemon #FEF005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1%

R = 50.9%
G = 48.1%
B = 1%

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

#FEF005 (or 0xFEF005) is known color: Lemon. HEX triplet: FE, F0 and 05. RGB value is (254,240,5). Sum of RGB (Red+Green+Blue) = 254+240+5=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 5 (2.34% from 255 or 1.00% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF005 is #010FFA. Grayscale: #DADADA. Windows color (decimal): -69627 or 389374. OLE color: 389374.

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

Color convert

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

Color Harmonies of #FEF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF005

Black with #FEF005

Text Example


Text Example

White with #FEF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF005; }

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

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

background-color css

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

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

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

border-color css

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

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

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