Html Css Color HEX #FEF013 Lemon

📋 copy color: '#FEF013'

red 254 ◦ green 240 ◦ blue 19

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

Shades of Lemon #FEF013

Tints of Lemon #FEF013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.78%

 BLUE value IS 19 (7.81% from 255) = 3.7%

R = 49.51%
G = 46.78%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEF013 (or 0xFEF013) is known color: Lemon. HEX triplet: FE, F0 and 13. RGB value is (254,240,19). Sum of RGB (Red+Green+Blue) = 254+240+19=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 19 (7.81% from 255 or 3.70% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF013 is #010FEC. Grayscale: #DBDBDB. Windows color (decimal): -69613 or 1306878. OLE color: 1306878.

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

Color convert

RGB 254 240 19 -
CMYK 0 0.06 0.93 0.00
HSL 56.43º 0.99% 0.54% -
HSV(B) 56.43º 0.93% 1% -
XYZ 72.15 83.44 12.92 -
YUV 218.99 15.14 152.97 -
System Red Green Blue C M Y K H S L
Decimal 254 240 19 0 0.06 0.93 0.00 56.43 0.99 0.54
Hex FE F0 13 0 6 5D 0 38 63 36
Octal 376 360 23 0 6 135 0 70 143 66
Binary 11111110 11110000 10011 0 110 1011101 0 111000 1100011 110110

Color Harmonies of #FEF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF013

Black with #FEF013

Text Example


Text Example

White with #FEF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF013; }

 p { color: rgb(254,240,19); }

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

background-color css

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

 a { background-color: rgb(254,240,19); }

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

border-color css

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

 span { border-color: rgb(254,240,19); }

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