Html Css Color HEX #F1DD13 Lemon

📋 copy color: '#F1DD13'

red 241 ◦ green 221 ◦ blue 19

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

Shades of Lemon #F1DD13

Tints of Lemon #F1DD13

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 19 (7.81% from 255) = 3.95%

R = 50.1%
G = 45.95%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1DD13 (or 0xF1DD13) is known color: Lemon. HEX triplet: F1, DD and 13. RGB value is (241,221,19). Sum of RGB (Red+Green+Blue) = 241+221+19=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DD13 is #0E22EC. Grayscale: #CCCCCC. Windows color (decimal): -926445 or 1302001. OLE color: 1302001.

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

Color convert

RGB 241 221 19 -
CMYK 0 0.08 0.92 0.05
HSL 54.59º 0.89% 0.51% -
HSV(B) 54.59º 0.92% 0.95% -
XYZ 62.25 70.46 10.94 -
YUV 203.95 23.63 154.43 -
System Red Green Blue C M Y K H S L
Decimal 241 221 19 0 0.08 0.92 0.05 54.59 0.89 0.51
Hex F1 DD 13 0 8 5C 5 37 59 33
Octal 361 335 23 0 10 134 5 67 131 63
Binary 11110001 11011101 10011 0 1000 1011100 101 110111 1011001 110011

Color Harmonies of #F1DD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DD13

Black with #F1DD13

Text Example


Text Example

White with #F1DD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DD13; }

 p { color: rgb(241,221,19); }

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

background-color css

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

 a { background-color: rgb(241,221,19); }

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

border-color css

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

 span { border-color: rgb(241,221,19); }

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