Html Css Color HEX #F1F006 Lemon

📋 copy color: '#F1F006'

red 241 ◦ green 240 ◦ blue 6

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

Shades of Lemon #F1F006

Tints of Lemon #F1F006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.23%

R = 49.49%
G = 49.28%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1F006 (or 0xF1F006) is known color: Lemon. HEX triplet: F1, F0 and 06. RGB value is (241,240,6). Sum of RGB (Red+Green+Blue) = 241+240+6=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F006 is #0E0FF9. Grayscale: #D6D6D6. Windows color (decimal): -921594 or 454897. OLE color: 454897.

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

Color convert

RGB 241 240 6 -
CMYK 0 0.00 0.98 0.05
HSL 59.74º 0.95% 0.48% -
HSV(B) 59.74º 0.98% 0.95% -
XYZ 67.47 81.03 12.26 -
YUV 213.62 10.83 147.53 -
System Red Green Blue C M Y K H S L
Decimal 241 240 6 0 0.00 0.98 0.05 59.74 0.95 0.48
Hex F1 F0 6 0 0 62 5 3C 5F 30
Octal 361 360 6 0 0 142 5 74 137 60
Binary 11110001 11110000 110 0 0 1100010 101 111100 1011111 110000

Color Harmonies of #F1F006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F006

Black with #F1F006

Text Example


Text Example

White with #F1F006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F006; }

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

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

background-color css

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

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

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

border-color css

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

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

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