Html Css Color HEX #FEE10E Lemon

📋 copy color: '#FEE10E'

red 254 ◦ green 225 ◦ blue 14

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

Shades of Lemon #FEE10E

Tints of Lemon #FEE10E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 14 (5.86% from 255) = 2.84%

R = 51.52%
G = 45.64%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEE10E (or 0xFEE10E) is known color: Lemon. HEX triplet: FE, E1 and 0E. RGB value is (254,225,14). Sum of RGB (Red+Green+Blue) = 254+225+14=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 14 (5.86% from 255 or 2.84% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE10E is #011EF1. Grayscale: #D2D2D2. Windows color (decimal): -73458 or 975358. OLE color: 975358.

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

Color convert

RGB 254 225 14 -
CMYK 0 0.11 0.94 0.00
HSL 52.75º 0.99% 0.53% -
HSV(B) 52.75º 0.94% 1% -
XYZ 67.88 74.95 11.31 -
YUV 209.62 17.61 159.66 -
System Red Green Blue C M Y K H S L
Decimal 254 225 14 0 0.11 0.94 0.00 52.75 0.99 0.53
Hex FE E1 E 0 B 5E 0 35 63 35
Octal 376 341 16 0 13 136 0 65 143 65
Binary 11111110 11100001 1110 0 1011 1011110 0 110101 1100011 110101

Color Harmonies of #FEE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE10E

Black with #FEE10E

Text Example


Text Example

White with #FEE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE10E; }

 p { color: rgb(254,225,14); }

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

background-color css

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

 a { background-color: rgb(254,225,14); }

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

border-color css

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

 span { border-color: rgb(254,225,14); }

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