Html Css Color HEX #F2F011 Lemon

📋 copy color: '#F2F011'

red 242 ◦ green 240 ◦ blue 17

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

Shades of Lemon #F2F011

Tints of Lemon #F2F011

RGB

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

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

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

R = 48.5%
G = 48.1%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2F011 (or 0xF2F011) is known color: Lemon. HEX triplet: F2, F0 and 11. RGB value is (242,240,17). Sum of RGB (Red+Green+Blue) = 242+240+17=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 17 (7.03% from 255 or 3.41% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F011 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F011 is #0D0FEE. Grayscale: #D8D8D8. Windows color (decimal): -856047 or 1175794. OLE color: 1175794.

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

Color convert

RGB 242 240 17 -
CMYK 0 0.01 0.93 0.05
HSL 59.47º 0.9% 0.51% -
HSV(B) 59.47º 0.93% 0.95% -
XYZ 67.88 81.24 12.63 -
YUV 215.18 16.16 147.13 -
System Red Green Blue C M Y K H S L
Decimal 242 240 17 0 0.01 0.93 0.05 59.47 0.9 0.51
Hex F2 F0 11 0 1 5D 5 3B 5A 33
Octal 362 360 21 0 1 135 5 73 132 63
Binary 11110010 11110000 10001 0 1 1011101 101 111011 1011010 110011

Color Harmonies of #F2F011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F011

Black with #F2F011

Text Example


Text Example

White with #F2F011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F011; }

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

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

background-color css

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

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

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

border-color css

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

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

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