Html Css Color HEX #F0DC12 Lemon

📋 copy color: '#F0DC12'

red 240 ◦ green 220 ◦ blue 18

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

Shades of Lemon #F0DC12

Tints of Lemon #F0DC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.77%

R = 50.21%
G = 46.03%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0DC12 (or 0xF0DC12) is known color: Lemon. HEX triplet: F0, DC and 12. RGB value is (240,220,18). Sum of RGB (Red+Green+Blue) = 240+220+18=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DC12 is #0F23ED. Grayscale: #CBCBCB. Windows color (decimal): -992238 or 1236208. OLE color: 1236208.

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

Color convert

RGB 240 220 18 -
CMYK 0 0.08 0.92 0.06
HSL 54.59º 0.88% 0.51% -
HSV(B) 54.59º 0.93% 0.94% -
XYZ 61.64 69.76 10.79 -
YUV 202.95 23.63 154.43 -
System Red Green Blue C M Y K H S L
Decimal 240 220 18 0 0.08 0.92 0.06 54.59 0.88 0.51
Hex F0 DC 12 0 8 5C 6 37 58 33
Octal 360 334 22 0 10 134 6 67 130 63
Binary 11110000 11011100 10010 0 1000 1011100 110 110111 1011000 110011

Color Harmonies of #F0DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC12

Black with #F0DC12

Text Example


Text Example

White with #F0DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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