Html Css Color HEX #F0F122 Lemon

📋 copy color: '#F0F122'

red 240 ◦ green 241 ◦ blue 34

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

Shades of Lemon #F0F122

Tints of Lemon #F0F122

RGB

 RED value IS 240 (94.14% from 255) = 46.6%

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

 BLUE value IS 34 (13.67% from 255) = 6.6%

R = 46.6%
G = 46.8%
B = 6.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F0F122 (or 0xF0F122) is known color: Lemon. HEX triplet: F0, F1 and 22. RGB value is (240,241,34). Sum of RGB (Red+Green+Blue) = 240+241+34=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 34 (13.67% from 255 or 6.60% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F122 is #0F0EDD. Grayscale: #D9D9D9. Windows color (decimal): -986846 or 2290160. OLE color: 2290160.

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

Color convert

RGB 240 241 34 -
CMYK 0.00 0 0.86 0.05
HSL 60.29º 0.88% 0.54% -
HSV(B) 60.29º 0.86% 0.95% -
XYZ 67.68 81.55 13.69 -
YUV 217.1 24.67 144.33 -
System Red Green Blue C M Y K H S L
Decimal 240 241 34 0.00 0 0.86 0.05 60.29 0.88 0.54
Hex F0 F1 22 0 0 56 5 3C 58 36
Octal 360 361 42 0 0 126 5 74 130 66
Binary 11110000 11110001 100010 0 0 1010110 101 111100 1011000 110110

Color Harmonies of #F0F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F122

Black with #F0F122

Text Example


Text Example

White with #F0F122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F122; }

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

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

background-color css

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

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

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

border-color css

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

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

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