Html Css Color HEX #F2DC12 Lemon

📋 copy color: '#F2DC12'

red 242 ◦ green 220 ◦ blue 18

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

Shades of Lemon #F2DC12

Tints of Lemon #F2DC12

RGB

 RED value IS 242 (94.92% from 255) = 50.42%

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

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

R = 50.42%
G = 45.83%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2DC12 (or 0xF2DC12) is known color: Lemon. HEX triplet: F2, DC and 12. RGB value is (242,220,18). Sum of RGB (Red+Green+Blue) = 242+220+18=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC12 is #0D23ED. Grayscale: #CCCCCC. Windows color (decimal): -861166 or 1236210. OLE color: 1236210.

HSL color Cylindrical-coordinate representation of color #F2DC12: hue angle of 54.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2DC12 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 18 -
CMYK 0 0.09 0.93 0.05
HSL 54.11º 0.9% 0.51% -
HSV(B) 54.11º 0.93% 0.95% -
XYZ 62.32 70.11 10.82 -
YUV 203.55 23.29 155.43 -
System Red Green Blue C M Y K H S L
Decimal 242 220 18 0 0.09 0.93 0.05 54.11 0.9 0.51
Hex F2 DC 12 0 9 5D 5 36 5A 33
Octal 362 334 22 0 11 135 5 66 132 63
Binary 11110010 11011100 10010 0 1001 1011101 101 110110 1011010 110011

Color Harmonies of #F2DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC12

Black with #F2DC12

Text Example


Text Example

White with #F2DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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