Html Css Color HEX #F0DC15 Lemon

📋 copy color: '#F0DC15'

red 240 ◦ green 220 ◦ blue 21

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

Shades of Lemon #F0DC15

Tints of Lemon #F0DC15

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

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

R = 49.9%
G = 45.74%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0DC15 (or 0xF0DC15) is known color: Lemon. HEX triplet: F0, DC and 15. RGB value is (240,220,21). Sum of RGB (Red+Green+Blue) = 240+220+21=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DC15 is #0F23EA. Grayscale: #CCCCCC. Windows color (decimal): -992235 or 1432816. OLE color: 1432816.

HSL color Cylindrical-coordinate representation of color #F0DC15: hue angle of 54.52º 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 #F0DC15 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 21 -
CMYK 0 0.08 0.91 0.06
HSL 54.52º 0.88% 0.51% -
HSV(B) 54.52º 0.91% 0.94% -
XYZ 61.66 69.77 10.93 -
YUV 203.29 25.13 154.18 -
System Red Green Blue C M Y K H S L
Decimal 240 220 21 0 0.08 0.91 0.06 54.52 0.88 0.51
Hex F0 DC 15 0 8 5B 6 37 58 33
Octal 360 334 25 0 10 133 6 67 130 63
Binary 11110000 11011100 10101 0 1000 1011011 110 110111 1011000 110011

Color Harmonies of #F0DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC15

Black with #F0DC15

Text Example


Text Example

White with #F0DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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