Html Css Color HEX #FEE312 Lemon

📋 copy color: '#FEE312'

red 254 ◦ green 227 ◦ blue 18

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

Shades of Lemon #FEE312

Tints of Lemon #FEE312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.61%

R = 50.9%
G = 45.49%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEE312 (or 0xFEE312) is known color: Lemon. HEX triplet: FE, E3 and 12. RGB value is (254,227,18). Sum of RGB (Red+Green+Blue) = 254+227+18=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE312 is #011CED. Grayscale: #D4D4D4. Windows color (decimal): -72942 or 1238014. OLE color: 1238014.

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

Color convert

RGB 254 227 18 -
CMYK 0 0.11 0.93 0.00
HSL 53.14º 0.99% 0.53% -
HSV(B) 53.14º 0.93% 1% -
XYZ 68.45 76.05 11.64 -
YUV 211.25 18.95 158.49 -
System Red Green Blue C M Y K H S L
Decimal 254 227 18 0 0.11 0.93 0.00 53.14 0.99 0.53
Hex FE E3 12 0 B 5D 0 35 63 35
Octal 376 343 22 0 13 135 0 65 143 65
Binary 11111110 11100011 10010 0 1011 1011101 0 110101 1100011 110101

Color Harmonies of #FEE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE312

Black with #FEE312

Text Example


Text Example

White with #FEE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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