Html Css Color HEX #FEEC1D Lemon

📋 copy color: '#FEEC1D'

red 254 ◦ green 236 ◦ blue 29

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

Shades of Lemon #FEEC1D

Tints of Lemon #FEEC1D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

 BLUE value IS 29 (11.72% from 255) = 5.59%

R = 48.94%
G = 45.47%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEEC1D (or 0xFEEC1D) is known color: Lemon. HEX triplet: FE, EC and 1D. RGB value is (254,236,29). Sum of RGB (Red+Green+Blue) = 254+236+29=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 29 (11.72% from 255 or 5.59% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC1D is #0113E2. Grayscale: #DADADA. Windows color (decimal): -70627 or 1961214. OLE color: 1961214.

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

Color convert

RGB 254 236 29 -
CMYK 0 0.07 0.89 0.00
HSL 55.2º 0.99% 0.55% -
HSV(B) 55.2º 0.89% 1% -
XYZ 71.09 81.15 13.08 -
YUV 217.78 21.46 153.83 -
System Red Green Blue C M Y K H S L
Decimal 254 236 29 0 0.07 0.89 0.00 55.2 0.99 0.55
Hex FE EC 1D 0 7 59 0 37 63 37
Octal 376 354 35 0 7 131 0 67 143 67
Binary 11111110 11101100 11101 0 111 1011001 0 110111 1100011 110111

Color Harmonies of #FEEC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC1D

Black with #FEEC1D

Text Example


Text Example

White with #FEEC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC1D; }

 p { color: rgb(254,236,29); }

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

background-color css

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

 a { background-color: rgb(254,236,29); }

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

border-color css

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

 span { border-color: rgb(254,236,29); }

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