Html Css Color HEX #FEEF12 Lemon

📋 copy color: '#FEEF12'

red 254 ◦ green 239 ◦ blue 18

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

Shades of Lemon #FEEF12

Tints of Lemon #FEEF12

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.77%

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

R = 49.71%
G = 46.77%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEEF12 (or 0xFEEF12) is known color: Lemon. HEX triplet: FE, EF and 12. RGB value is (254,239,18). Sum of RGB (Red+Green+Blue) = 254+239+18=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 18 (7.42% from 255 or 3.52% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF12 is #0110ED. Grayscale: #DBDBDB. Windows color (decimal): -69870 or 1241086. OLE color: 1241086.

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

Color convert

RGB 254 239 18 -
CMYK 0 0.06 0.93 0.00
HSL 56.19º 0.99% 0.53% -
HSV(B) 56.19º 0.93% 1% -
XYZ 71.85 82.85 12.78 -
YUV 218.29 14.97 153.47 -
System Red Green Blue C M Y K H S L
Decimal 254 239 18 0 0.06 0.93 0.00 56.19 0.99 0.53
Hex FE EF 12 0 6 5D 0 38 63 35
Octal 376 357 22 0 6 135 0 70 143 65
Binary 11111110 11101111 10010 0 110 1011101 0 111000 1100011 110101

Color Harmonies of #FEEF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF12

Black with #FEEF12

Text Example


Text Example

White with #FEEF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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