Html Css Color HEX #FEF514 Lemon

📋 copy color: '#FEF514'

red 254 ◦ green 245 ◦ blue 20

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

Shades of Lemon #FEF514

Tints of Lemon #FEF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.21%

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

R = 48.94%
G = 47.21%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEF514 (or 0xFEF514) is known color: Lemon. HEX triplet: FE, F5 and 14. RGB value is (254,245,20). Sum of RGB (Red+Green+Blue) = 254+245+20=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 20 (8.20% from 255 or 3.85% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF514 is #010AEB. Grayscale: #DEDEDE. Windows color (decimal): -68332 or 1373694. OLE color: 1373694.

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

Color convert

RGB 254 245 20 -
CMYK 0 0.04 0.92 0.00
HSL 57.69º 0.99% 0.54% -
HSV(B) 57.69º 0.92% 1% -
XYZ 73.65 86.43 13.46 -
YUV 222.04 13.98 150.8 -
System Red Green Blue C M Y K H S L
Decimal 254 245 20 0 0.04 0.92 0.00 57.69 0.99 0.54
Hex FE F5 14 0 4 5C 0 3A 63 36
Octal 376 365 24 0 4 134 0 72 143 66
Binary 11111110 11110101 10100 0 100 1011100 0 111010 1100011 110110

Color Harmonies of #FEF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF514

Black with #FEF514

Text Example


Text Example

White with #FEF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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