Html Css Color HEX #FEF912 Lemon

📋 copy color: '#FEF912'

red 254 ◦ green 249 ◦ blue 18

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

Shades of Lemon #FEF912

Tints of Lemon #FEF912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.79%

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

R = 48.75%
G = 47.79%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEF912 (or 0xFEF912) is known color: Lemon. HEX triplet: FE, F9 and 12. RGB value is (254,249,18). Sum of RGB (Red+Green+Blue) = 254+249+18=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 18 (7.42% from 255 or 3.45% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF912 is #0106ED. Grayscale: #E1E1E1. Windows color (decimal): -67310 or 1243646. OLE color: 1243646.

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

Color convert

RGB 254 249 18 -
CMYK 0 0.02 0.93 0.00
HSL 58.73º 0.99% 0.53% -
HSV(B) 58.73º 0.93% 1% -
XYZ 74.86 88.87 13.78 -
YUV 224.16 11.66 149.28 -
System Red Green Blue C M Y K H S L
Decimal 254 249 18 0 0.02 0.93 0.00 58.73 0.99 0.53
Hex FE F9 12 0 2 5D 0 3B 63 35
Octal 376 371 22 0 2 135 0 73 143 65
Binary 11111110 11111001 10010 0 10 1011101 0 111011 1100011 110101

Color Harmonies of #FEF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF912

Black with #FEF912

Text Example


Text Example

White with #FEF912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF912; }

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

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

background-color css

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

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

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

border-color css

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

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

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