Html Css Color HEX #F1DC0C Lemon

📋 copy color: '#F1DC0C'

red 241 ◦ green 220 ◦ blue 12

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

Shades of Lemon #F1DC0C

Tints of Lemon #F1DC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 50.95%
G = 46.51%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1DC0C (or 0xF1DC0C) is known color: Lemon. HEX triplet: F1, DC and 0C. RGB value is (241,220,12). Sum of RGB (Red+Green+Blue) = 241+220+12=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DC0C is #0E23F3. Grayscale: #CBCBCB. Windows color (decimal): -926708 or 842993. OLE color: 842993.

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

Color convert

RGB 241 220 12 -
CMYK 0 0.09 0.95 0.05
HSL 54.5º 0.91% 0.5% -
HSV(B) 54.5º 0.95% 0.95% -
XYZ 61.94 69.91 10.58 -
YUV 202.57 20.46 155.41 -
System Red Green Blue C M Y K H S L
Decimal 241 220 12 0 0.09 0.95 0.05 54.5 0.91 0.5
Hex F1 DC C 0 9 5F 5 36 5B 32
Octal 361 334 14 0 11 137 5 66 133 62
Binary 11110001 11011100 1100 0 1001 1011111 101 110110 1011011 110010

Color Harmonies of #F1DC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC0C

Black with #F1DC0C

Text Example


Text Example

White with #F1DC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC0C; }

 p { color: rgb(241,220,12); }

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

background-color css

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

 a { background-color: rgb(241,220,12); }

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

border-color css

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

 span { border-color: rgb(241,220,12); }

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