Html Css Color HEX #FEF914 Lemon

📋 copy color: '#FEF914'

red 254 ◦ green 249 ◦ blue 20

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

Shades of Lemon #FEF914

Tints of Lemon #FEF914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.82%

R = 48.57%
G = 47.61%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEF914 (or 0xFEF914) is known color: Lemon. HEX triplet: FE, F9 and 14. RGB value is (254,249,20). Sum of RGB (Red+Green+Blue) = 254+249+20=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 20 (8.20% from 255 or 3.82% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF914 is #0106EB. Grayscale: #E1E1E1. Windows color (decimal): -67308 or 1374718. OLE color: 1374718.

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

Color convert

RGB 254 249 20 -
CMYK 0 0.02 0.92 0.00
HSL 58.72º 0.99% 0.54% -
HSV(B) 58.72º 0.92% 1% -
XYZ 74.88 88.87 13.87 -
YUV 224.39 12.66 149.12 -
System Red Green Blue C M Y K H S L
Decimal 254 249 20 0 0.02 0.92 0.00 58.72 0.99 0.54
Hex FE F9 14 0 2 5C 0 3B 63 36
Octal 376 371 24 0 2 134 0 73 143 66
Binary 11111110 11111001 10100 0 10 1011100 0 111011 1100011 110110

Color Harmonies of #FEF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF914

Black with #FEF914

Text Example


Text Example

White with #FEF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF914; }

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

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

background-color css

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

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

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

border-color css

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

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

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