Html Css Color HEX #F1F008 Lemon

📋 copy color: '#F1F008'

red 241 ◦ green 240 ◦ blue 8

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

Shades of Lemon #F1F008

Tints of Lemon #F1F008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.64%

R = 49.28%
G = 49.08%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1F008 (or 0xF1F008) is known color: Lemon. HEX triplet: F1, F0 and 08. RGB value is (241,240,8). Sum of RGB (Red+Green+Blue) = 241+240+8=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 8 (3.52% from 255 or 1.64% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F008 is #0E0FF7. Grayscale: #D6D6D6. Windows color (decimal): -921592 or 585969. OLE color: 585969.

HSL color Cylindrical-coordinate representation of color #F1F008: hue angle of 59.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1F008 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 8 -
CMYK 0 0.00 0.97 0.05
HSL 59.74º 0.94% 0.49% -
HSV(B) 59.74º 0.97% 0.95% -
XYZ 67.48 81.04 12.32 -
YUV 213.85 11.83 147.36 -
System Red Green Blue C M Y K H S L
Decimal 241 240 8 0 0.00 0.97 0.05 59.74 0.94 0.49
Hex F1 F0 8 0 0 61 5 3C 5E 31
Octal 361 360 10 0 0 141 5 74 136 61
Binary 11110001 11110000 1000 0 0 1100001 101 111100 1011110 110001

Color Harmonies of #F1F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F008

Black with #F1F008

Text Example


Text Example

White with #F1F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F008; }

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

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

background-color css

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

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

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

border-color css

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

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

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