Html Css Color HEX #FEF614 Lemon

📋 copy color: '#FEF614'

red 254 ◦ green 246 ◦ blue 20

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

Shades of Lemon #FEF614

Tints of Lemon #FEF614

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 48.85%
G = 47.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEF614 (or 0xFEF614) is known color: Lemon. HEX triplet: FE, F6 and 14. RGB value is (254,246,20). Sum of RGB (Red+Green+Blue) = 254+246+20=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 20 (8.20% from 255 or 3.85% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF614 is #0109EB. Grayscale: #DFDFDF. Windows color (decimal): -68076 or 1373950. OLE color: 1373950.

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

Color convert

RGB 254 246 20 -
CMYK 0 0.03 0.92 0.00
HSL 57.95º 0.99% 0.54% -
HSV(B) 57.95º 0.92% 1% -
XYZ 73.96 87.03 13.56 -
YUV 222.63 13.65 150.38 -
System Red Green Blue C M Y K H S L
Decimal 254 246 20 0 0.03 0.92 0.00 57.95 0.99 0.54
Hex FE F6 14 0 3 5C 0 3A 63 36
Octal 376 366 24 0 3 134 0 72 143 66
Binary 11111110 11110110 10100 0 11 1011100 0 111010 1100011 110110

Color Harmonies of #FEF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF614

Black with #FEF614

Text Example


Text Example

White with #FEF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF614; }

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

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

background-color css

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

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

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

border-color css

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

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

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