Html Css Color HEX #F2F111 Lemon

📋 copy color: '#F2F111'

red 242 ◦ green 241 ◦ blue 17

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

Shades of Lemon #F2F111

Tints of Lemon #F2F111

RGB

 RED value IS 242 (94.92% from 255) = 48.4%

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

 BLUE value IS 17 (7.03% from 255) = 3.4%

R = 48.4%
G = 48.2%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2F111 (or 0xF2F111) is known color: Lemon. HEX triplet: F2, F1 and 11. RGB value is (242,241,17). Sum of RGB (Red+Green+Blue) = 242+241+17=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 17 (7.03% from 255 or 3.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F111 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F111 is #0D0EEE. Grayscale: #D8D8D8. Windows color (decimal): -855791 or 1176050. OLE color: 1176050.

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

Color convert

RGB 242 241 17 -
CMYK 0 0.00 0.93 0.05
HSL 59.73º 0.9% 0.51% -
HSV(B) 59.73º 0.93% 0.95% -
XYZ 68.17 81.83 12.73 -
YUV 215.76 15.83 146.71 -
System Red Green Blue C M Y K H S L
Decimal 242 241 17 0 0.00 0.93 0.05 59.73 0.9 0.51
Hex F2 F1 11 0 0 5D 5 3C 5A 33
Octal 362 361 21 0 0 135 5 74 132 63
Binary 11110010 11110001 10001 0 0 1011101 101 111100 1011010 110011

Color Harmonies of #F2F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F111

Black with #F2F111

Text Example


Text Example

White with #F2F111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F111; }

 p { color: rgb(242,241,17); }

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

background-color css

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

 a { background-color: rgb(242,241,17); }

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

border-color css

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

 span { border-color: rgb(242,241,17); }

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