Html Css Color HEX #F1DC16 Lemon

📋 copy color: '#F1DC16'

red 241 ◦ green 220 ◦ blue 22

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

Shades of Lemon #F1DC16

Tints of Lemon #F1DC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.55%

R = 49.9%
G = 45.55%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1DC16 (or 0xF1DC16) is known color: Lemon. HEX triplet: F1, DC and 16. RGB value is (241,220,22). Sum of RGB (Red+Green+Blue) = 241+220+22=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DC16 is #0E23E9. Grayscale: #CCCCCC. Windows color (decimal): -926698 or 1498353. OLE color: 1498353.

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

Color convert

RGB 241 220 22 -
CMYK 0 0.09 0.91 0.05
HSL 54.25º 0.89% 0.52% -
HSV(B) 54.25º 0.91% 0.95% -
XYZ 62.01 69.95 10.99 -
YUV 203.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 241 220 22 0 0.09 0.91 0.05 54.25 0.89 0.52
Hex F1 DC 16 0 9 5B 5 36 59 34
Octal 361 334 26 0 11 133 5 66 131 64
Binary 11110001 11011100 10110 0 1001 1011011 101 110110 1011001 110100

Color Harmonies of #F1DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC16

Black with #F1DC16

Text Example


Text Example

White with #F1DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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