Html Css Color HEX #FEEE0A Lemon

📋 copy color: '#FEEE0A'

red 254 ◦ green 238 ◦ blue 10

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

Shades of Lemon #FEEE0A

Tints of Lemon #FEEE0A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.41%

 BLUE value IS 10 (4.3% from 255) = 1.99%

R = 50.6%
G = 47.41%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEEE0A (or 0xFEEE0A) is known color: Lemon. HEX triplet: FE, EE and 0A. RGB value is (254,238,10). Sum of RGB (Red+Green+Blue) = 254+238+10=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 10 (4.30% from 255 or 1.99% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEE0A is #0111F5. Grayscale: #D9D9D9. Windows color (decimal): -70134 or 716542. OLE color: 716542.

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

Color convert

RGB 254 238 10 -
CMYK 0 0.06 0.96 0.00
HSL 56.07º 0.99% 0.52% -
HSV(B) 56.07º 0.96% 1% -
XYZ 71.5 82.24 12.39 -
YUV 216.79 11.3 154.54 -
System Red Green Blue C M Y K H S L
Decimal 254 238 10 0 0.06 0.96 0.00 56.07 0.99 0.52
Hex FE EE A 0 6 60 0 38 63 34
Octal 376 356 12 0 6 140 0 70 143 64
Binary 11111110 11101110 1010 0 110 1100000 0 111000 1100011 110100

Color Harmonies of #FEEE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEE0A

Black with #FEEE0A

Text Example


Text Example

White with #FEEE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEE0A; }

 p { color: rgb(254,238,10); }

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

background-color css

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

 a { background-color: rgb(254,238,10); }

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

border-color css

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

 span { border-color: rgb(254,238,10); }

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