Html Css Color HEX #F0E514 Lemon

📋 copy color: '#F0E514'

red 240 ◦ green 229 ◦ blue 20

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

Shades of Lemon #F0E514

Tints of Lemon #F0E514

RGB

 RED value IS 240 (94.14% from 255) = 49.08%

 GREEN value IS 229 (89.84% from 255) = 46.83%

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

R = 49.08%
G = 46.83%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0E514 (or 0xF0E514) is known color: Lemon. HEX triplet: F0, E5 and 14. RGB value is (240,229,20). Sum of RGB (Red+Green+Blue) = 240+229+20=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E514 is #0F1AEB. Grayscale: #D1D1D1. Windows color (decimal): -989932 or 1369584. OLE color: 1369584.

HSL color Cylindrical-coordinate representation of color #F0E514: hue angle of 57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0E514 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 229 20 -
CMYK 0 0.05 0.92 0.06
HSL 57º 0.88% 0.51% -
HSV(B) 57º 0.92% 0.94% -
XYZ 64.08 74.61 11.69 -
YUV 208.46 21.64 150.49 -
System Red Green Blue C M Y K H S L
Decimal 240 229 20 0 0.05 0.92 0.06 57 0.88 0.51
Hex F0 E5 14 0 5 5C 6 39 58 33
Octal 360 345 24 0 5 134 6 71 130 63
Binary 11110000 11100101 10100 0 101 1011100 110 111001 1011000 110011

Color Harmonies of #F0E514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E514

Black with #F0E514

Text Example


Text Example

White with #F0E514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E514; }

 p { color: rgb(240,229,20); }

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

background-color css

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

 a { background-color: rgb(240,229,20); }

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

border-color css

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

 span { border-color: rgb(240,229,20); }

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