Html Css Color HEX #F0E515 Lemon

📋 copy color: '#F0E515'

red 240 ◦ green 229 ◦ blue 21

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

Shades of Lemon #F0E515

Tints of Lemon #F0E515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 48.98%
G = 46.73%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0E515 (or 0xF0E515) is known color: Lemon. HEX triplet: F0, E5 and 15. RGB value is (240,229,21). Sum of RGB (Red+Green+Blue) = 240+229+21=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E515 is #0F1AEA. Grayscale: #D1D1D1. Windows color (decimal): -989931 or 1435120. OLE color: 1435120.

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

Color convert

RGB 240 229 21 -
CMYK 0 0.05 0.91 0.06
HSL 56.99º 0.88% 0.51% -
HSV(B) 56.99º 0.91% 0.94% -
XYZ 64.09 74.62 11.73 -
YUV 208.58 22.14 150.41 -
System Red Green Blue C M Y K H S L
Decimal 240 229 21 0 0.05 0.91 0.06 56.99 0.88 0.51
Hex F0 E5 15 0 5 5B 6 39 58 33
Octal 360 345 25 0 5 133 6 71 130 63
Binary 11110000 11100101 10101 0 101 1011011 110 111001 1011000 110011

Color Harmonies of #F0E515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E515

Black with #F0E515

Text Example


Text Example

White with #F0E515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E515; }

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

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

background-color css

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

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

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

border-color css

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

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

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