Html Css Color HEX #F2F016 Lemon

📋 copy color: '#F2F016'

red 242 ◦ green 240 ◦ blue 22

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

Shades of Lemon #F2F016

Tints of Lemon #F2F016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.37%

R = 48.02%
G = 47.62%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2F016 (or 0xF2F016) is known color: Lemon. HEX triplet: F2, F0 and 16. RGB value is (242,240,22). Sum of RGB (Red+Green+Blue) = 242+240+22=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 22 (8.98% from 255 or 4.37% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F016 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F016 is #0D0FE9. Grayscale: #D8D8D8. Windows color (decimal): -856042 or 1503474. OLE color: 1503474.

HSL color Cylindrical-coordinate representation of color #F2F016: hue angle of 59.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2F016 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 22 -
CMYK 0 0.01 0.91 0.05
HSL 59.45º 0.89% 0.52% -
HSV(B) 59.45º 0.91% 0.95% -
XYZ 67.92 81.26 12.86 -
YUV 215.75 18.66 146.73 -
System Red Green Blue C M Y K H S L
Decimal 242 240 22 0 0.01 0.91 0.05 59.45 0.89 0.52
Hex F2 F0 16 0 1 5B 5 3B 59 34
Octal 362 360 26 0 1 133 5 73 131 64
Binary 11110010 11110000 10110 0 1 1011011 101 111011 1011001 110100

Color Harmonies of #F2F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F016

Black with #F2F016

Text Example


Text Example

White with #F2F016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F016; }

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

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

background-color css

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

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

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

border-color css

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

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

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