Html Css Color HEX #F0DA15 Lemon

📋 copy color: '#F0DA15'

red 240 ◦ green 218 ◦ blue 21

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

Shades of Lemon #F0DA15

Tints of Lemon #F0DA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

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

R = 50.1%
G = 45.51%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0DA15 (or 0xF0DA15) is known color: Lemon. HEX triplet: F0, DA and 15. RGB value is (240,218,21). Sum of RGB (Red+Green+Blue) = 240+218+21=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA15 is #0F25EA. Grayscale: #CACACA. Windows color (decimal): -992747 or 1432304. OLE color: 1432304.

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

Color convert

RGB 240 218 21 -
CMYK 0 0.09 0.91 0.06
HSL 53.97º 0.88% 0.51% -
HSV(B) 53.97º 0.91% 0.94% -
XYZ 61.14 68.72 10.75 -
YUV 202.12 25.79 155.02 -
System Red Green Blue C M Y K H S L
Decimal 240 218 21 0 0.09 0.91 0.06 53.97 0.88 0.51
Hex F0 DA 15 0 9 5B 6 36 58 33
Octal 360 332 25 0 11 133 6 66 130 63
Binary 11110000 11011010 10101 0 1001 1011011 110 110110 1011000 110011

Color Harmonies of #F0DA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA15

Black with #F0DA15

Text Example


Text Example

White with #F0DA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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