Html Css Color HEX #FEE00C Lemon

📋 copy color: '#FEE00C'

red 254 ◦ green 224 ◦ blue 12

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

Shades of Lemon #FEE00C

Tints of Lemon #FEE00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.45%

R = 51.84%
G = 45.71%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEE00C (or 0xFEE00C) is known color: Lemon. HEX triplet: FE, E0 and 0C. RGB value is (254,224,12). Sum of RGB (Red+Green+Blue) = 254+224+12=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE00C is #011FF3. Grayscale: #D1D1D1. Windows color (decimal): -73716 or 844030. OLE color: 844030.

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

Color convert

RGB 254 224 12 -
CMYK 0 0.12 0.95 0.00
HSL 52.56º 0.99% 0.52% -
HSV(B) 52.56º 0.95% 1% -
XYZ 67.6 74.41 11.15 -
YUV 208.8 16.94 160.24 -
System Red Green Blue C M Y K H S L
Decimal 254 224 12 0 0.12 0.95 0.00 52.56 0.99 0.52
Hex FE E0 C 0 C 5F 0 35 63 34
Octal 376 340 14 0 14 137 0 65 143 64
Binary 11111110 11100000 1100 0 1100 1011111 0 110101 1100011 110100

Color Harmonies of #FEE00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE00C

Black with #FEE00C

Text Example


Text Example

White with #FEE00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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