Html Css Color HEX #FEE30E Lemon

📋 copy color: '#FEE30E'

red 254 ◦ green 227 ◦ blue 14

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

Shades of Lemon #FEE30E

Tints of Lemon #FEE30E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

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

R = 51.31%
G = 45.86%
B = 2.83%

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

#FEE30E (or 0xFEE30E) is known color: Lemon. HEX triplet: FE, E3 and 0E. RGB value is (254,227,14). Sum of RGB (Red+Green+Blue) = 254+227+14=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 14 (5.86% from 255 or 2.83% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE30E is #011CF1. Grayscale: #D3D3D3. Windows color (decimal): -72946 or 975870. OLE color: 975870.

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

Color convert

RGB 254 227 14 -
CMYK 0 0.11 0.94 0.00
HSL 53.25º 0.99% 0.53% -
HSV(B) 53.25º 0.94% 1% -
XYZ 68.42 76.04 11.49 -
YUV 210.79 16.95 158.82 -
System Red Green Blue C M Y K H S L
Decimal 254 227 14 0 0.11 0.94 0.00 53.25 0.99 0.53
Hex FE E3 E 0 B 5E 0 35 63 35
Octal 376 343 16 0 13 136 0 65 143 65
Binary 11111110 11100011 1110 0 1011 1011110 0 110101 1100011 110101

Color Harmonies of #FEE30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE30E

Black with #FEE30E

Text Example


Text Example

White with #FEE30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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