Html Css Color HEX #FEE01E Lemon

📋 copy color: '#FEE01E'

red 254 ◦ green 224 ◦ blue 30

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

Shades of Lemon #FEE01E

Tints of Lemon #FEE01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.91%

R = 50%
G = 44.09%
B = 5.91%

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

#FEE01E (or 0xFEE01E) is known color: Lemon. HEX triplet: FE, E0 and 1E. RGB value is (254,224,30). Sum of RGB (Red+Green+Blue) = 254+224+30=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 30 (12.11% from 255 or 5.91% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE01E is #011FE1. Grayscale: #D3D3D3. Windows color (decimal): -73698 or 2023678. OLE color: 2023678.

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

Color convert

RGB 254 224 30 -
CMYK 0 0.12 0.88 0.00
HSL 51.96º 0.99% 0.56% -
HSV(B) 51.96º 0.88% 1% -
XYZ 67.76 74.48 12.03 -
YUV 210.85 25.94 158.77 -
System Red Green Blue C M Y K H S L
Decimal 254 224 30 0 0.12 0.88 0.00 51.96 0.99 0.56
Hex FE E0 1E 0 C 58 0 34 63 38
Octal 376 340 36 0 14 130 0 64 143 70
Binary 11111110 11100000 11110 0 1100 1011000 0 110100 1100011 111000

Color Harmonies of #FEE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE01E

Black with #FEE01E

Text Example


Text Example

White with #FEE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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