Html Css Color HEX #FEF812 Lemon

📋 copy color: '#FEF812'

red 254 ◦ green 248 ◦ blue 18

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

Shades of Lemon #FEF812

Tints of Lemon #FEF812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.69%

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

R = 48.85%
G = 47.69%
B = 3.46%

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

#FEF812 (or 0xFEF812) is known color: Lemon. HEX triplet: FE, F8 and 12. RGB value is (254,248,18). Sum of RGB (Red+Green+Blue) = 254+248+18=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 18 (7.42% from 255 or 3.46% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF812 is #0107ED. Grayscale: #E0E0E0. Windows color (decimal): -67566 or 1243390. OLE color: 1243390.

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

Color convert

RGB 254 248 18 -
CMYK 0 0.02 0.93 0.00
HSL 58.47º 0.99% 0.53% -
HSV(B) 58.47º 0.93% 1% -
XYZ 74.55 88.25 13.68 -
YUV 223.57 11.99 149.7 -
System Red Green Blue C M Y K H S L
Decimal 254 248 18 0 0.02 0.93 0.00 58.47 0.99 0.53
Hex FE F8 12 0 2 5D 0 3A 63 35
Octal 376 370 22 0 2 135 0 72 143 65
Binary 11111110 11111000 10010 0 10 1011101 0 111010 1100011 110101

Color Harmonies of #FEF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF812

Black with #FEF812

Text Example


Text Example

White with #FEF812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF812; }

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

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

background-color css

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

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

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

border-color css

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

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

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