Html Css Color HEX #FEE01F Lemon

📋 copy color: '#FEE01F'

red 254 ◦ green 224 ◦ blue 31

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

Shades of Lemon #FEE01F

Tints of Lemon #FEE01F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

 BLUE value IS 31 (12.5% from 255) = 6.09%

R = 49.9%
G = 44.01%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEE01F (or 0xFEE01F) is known color: Lemon. HEX triplet: FE, E0 and 1F. RGB value is (254,224,31). Sum of RGB (Red+Green+Blue) = 254+224+31=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 31 (12.5% from 255 or 6.09% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE01F is #011FE0. Grayscale: #D3D3D3. Windows color (decimal): -73697 or 2089214. OLE color: 2089214.

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

Color convert

RGB 254 224 31 -
CMYK 0 0.12 0.88 0.00
HSL 51.93º 0.99% 0.56% -
HSV(B) 51.93º 0.88% 1% -
XYZ 67.78 74.48 12.1 -
YUV 210.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 254 224 31 0 0.12 0.88 0.00 51.93 0.99 0.56
Hex FE E0 1F 0 C 58 0 34 63 38
Octal 376 340 37 0 14 130 0 64 143 70
Binary 11111110 11100000 11111 0 1100 1011000 0 110100 1100011 111000

Color Harmonies of #FEE01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE01F

Black with #FEE01F

Text Example


Text Example

White with #FEE01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE01F; }

 p { color: rgb(254,224,31); }

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

background-color css

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

 a { background-color: rgb(254,224,31); }

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

border-color css

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

 span { border-color: rgb(254,224,31); }

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