Html Css Color HEX #F1DF12 Lemon

📋 copy color: '#F1DF12'

red 241 ◦ green 223 ◦ blue 18

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

Shades of Lemon #F1DF12

Tints of Lemon #F1DF12

RGB

 RED value IS 241 (94.53% from 255) = 50%

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

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

R = 50%
G = 46.27%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1DF12 (or 0xF1DF12) is known color: Lemon. HEX triplet: F1, DF and 12. RGB value is (241,223,18). Sum of RGB (Red+Green+Blue) = 241+223+18=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DF12 is #0E20ED. Grayscale: #CDCDCD. Windows color (decimal): -925934 or 1236977. OLE color: 1236977.

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

Color convert

RGB 241 223 18 -
CMYK 0 0.07 0.93 0.05
HSL 55.16º 0.89% 0.51% -
HSV(B) 55.16º 0.93% 0.95% -
XYZ 62.77 71.52 11.07 -
YUV 205.01 22.46 153.67 -
System Red Green Blue C M Y K H S L
Decimal 241 223 18 0 0.07 0.93 0.05 55.16 0.89 0.51
Hex F1 DF 12 0 7 5D 5 37 59 33
Octal 361 337 22 0 7 135 5 67 131 63
Binary 11110001 11011111 10010 0 111 1011101 101 110111 1011001 110011

Color Harmonies of #F1DF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF12

Black with #F1DF12

Text Example


Text Example

White with #F1DF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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