Html Css Color HEX #F1F013 Lemon

📋 copy color: '#F1F013'

red 241 ◦ green 240 ◦ blue 19

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

Shades of Lemon #F1F013

Tints of Lemon #F1F013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

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

R = 48.2%
G = 48%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1F013 (or 0xF1F013) is known color: Lemon. HEX triplet: F1, F0 and 13. RGB value is (241,240,19). Sum of RGB (Red+Green+Blue) = 241+240+19=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F013 is #0E0FEC. Grayscale: #D7D7D7. Windows color (decimal): -921581 or 1306865. OLE color: 1306865.

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

Color convert

RGB 241 240 19 -
CMYK 0 0.00 0.92 0.05
HSL 59.73º 0.89% 0.51% -
HSV(B) 59.73º 0.92% 0.95% -
XYZ 67.55 81.07 12.7 -
YUV 215.11 17.33 146.47 -
System Red Green Blue C M Y K H S L
Decimal 241 240 19 0 0.00 0.92 0.05 59.73 0.89 0.51
Hex F1 F0 13 0 0 5C 5 3C 59 33
Octal 361 360 23 0 0 134 5 74 131 63
Binary 11110001 11110000 10011 0 0 1011100 101 111100 1011001 110011

Color Harmonies of #F1F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F013

Black with #F1F013

Text Example


Text Example

White with #F1F013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F013; }

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

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

background-color css

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

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

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

border-color css

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

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

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