Html Css Color HEX #F2DF12 Lemon

📋 copy color: '#F2DF12'

red 242 ◦ green 223 ◦ blue 18

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

Shades of Lemon #F2DF12

Tints of Lemon #F2DF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

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

R = 50.1%
G = 46.17%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2DF12 (or 0xF2DF12) is known color: Lemon. HEX triplet: F2, DF and 12. RGB value is (242,223,18). Sum of RGB (Red+Green+Blue) = 242+223+18=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF12 is #0D20ED. Grayscale: #CECECE. Windows color (decimal): -860398 or 1236978. OLE color: 1236978.

HSL color Cylindrical-coordinate representation of color #F2DF12: hue angle of 54.91º 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 #F2DF12 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 18 -
CMYK 0 0.08 0.93 0.05
HSL 54.91º 0.9% 0.51% -
HSV(B) 54.91º 0.93% 0.95% -
XYZ 63.11 71.7 11.08 -
YUV 205.31 22.29 154.17 -
System Red Green Blue C M Y K H S L
Decimal 242 223 18 0 0.08 0.93 0.05 54.91 0.9 0.51
Hex F2 DF 12 0 8 5D 5 37 5A 33
Octal 362 337 22 0 10 135 5 67 132 63
Binary 11110010 11011111 10010 0 1000 1011101 101 110111 1011010 110011

Color Harmonies of #F2DF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF12

Black with #F2DF12

Text Example


Text Example

White with #F2DF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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