Html Css Color HEX #F0DA14 Lemon

📋 copy color: '#F0DA14'

red 240 ◦ green 218 ◦ blue 20

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

Shades of Lemon #F0DA14

Tints of Lemon #F0DA14

RGB

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

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

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

R = 50.21%
G = 45.61%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0DA14 (or 0xF0DA14) is known color: Lemon. HEX triplet: F0, DA and 14. RGB value is (240,218,20). Sum of RGB (Red+Green+Blue) = 240+218+20=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA14 is #0F25EB. Grayscale: #CACACA. Windows color (decimal): -992748 or 1366768. OLE color: 1366768.

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

Color convert

RGB 240 218 20 -
CMYK 0 0.09 0.92 0.06
HSL 54º 0.88% 0.51% -
HSV(B) 54º 0.92% 0.94% -
XYZ 61.13 68.72 10.7 -
YUV 202.01 25.29 155.1 -
System Red Green Blue C M Y K H S L
Decimal 240 218 20 0 0.09 0.92 0.06 54 0.88 0.51
Hex F0 DA 14 0 9 5C 6 36 58 33
Octal 360 332 24 0 11 134 6 66 130 63
Binary 11110000 11011010 10100 0 1001 1011100 110 110110 1011000 110011

Color Harmonies of #F0DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA14

Black with #F0DA14

Text Example


Text Example

White with #F0DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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