Html Css Color HEX #F0DC10 Lemon

📋 copy color: '#F0DC10'

red 240 ◦ green 220 ◦ blue 16

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

Shades of Lemon #F0DC10

Tints of Lemon #F0DC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.36%

R = 50.42%
G = 46.22%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0DC10 (or 0xF0DC10) is known color: Lemon. HEX triplet: F0, DC and 10. RGB value is (240,220,16). Sum of RGB (Red+Green+Blue) = 240+220+16=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DC10 is #0F23EF. Grayscale: #CBCBCB. Windows color (decimal): -992240 or 1105136. OLE color: 1105136.

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

Color convert

RGB 240 220 16 -
CMYK 0 0.08 0.93 0.06
HSL 54.64º 0.88% 0.5% -
HSV(B) 54.64º 0.93% 0.94% -
XYZ 61.62 69.75 10.71 -
YUV 202.72 22.63 154.59 -
System Red Green Blue C M Y K H S L
Decimal 240 220 16 0 0.08 0.93 0.06 54.64 0.88 0.5
Hex F0 DC 10 0 8 5D 6 37 58 32
Octal 360 334 20 0 10 135 6 67 130 62
Binary 11110000 11011100 10000 0 1000 1011101 110 110111 1011000 110010

Color Harmonies of #F0DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC10

Black with #F0DC10

Text Example


Text Example

White with #F0DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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