Html Css Color HEX #F0F022 Lemon

📋 copy color: '#F0F022'

red 240 ◦ green 240 ◦ blue 34

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

Shades of Lemon #F0F022

Tints of Lemon #F0F022

RGB

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

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

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

R = 46.69%
G = 46.69%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0F022 (or 0xF0F022) is known color: Lemon. HEX triplet: F0, F0 and 22. RGB value is (240,240,34). Sum of RGB (Red+Green+Blue) = 240+240+34=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F022 is #0F0FDD. Grayscale: #D9D9D9. Windows color (decimal): -987102 or 2289904. OLE color: 2289904.

HSL color Cylindrical-coordinate representation of color #F0F022: hue angle of 60º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0F022 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 34 -
CMYK 0 0 0.86 0.06
HSL 60º 0.87% 0.54% -
HSV(B) 60º 0.86% 0.94% -
XYZ 67.38 80.96 13.59 -
YUV 216.52 25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 240 240 34 0 0 0.86 0.06 60 0.87 0.54
Hex F0 F0 22 0 0 56 6 3C 57 36
Octal 360 360 42 0 0 126 6 74 127 66
Binary 11110000 11110000 100010 0 0 1010110 110 111100 1010111 110110

Color Harmonies of #F0F022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F022

Black with #F0F022

Text Example


Text Example

White with #F0F022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F022; }

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

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

background-color css

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

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

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

border-color css

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

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

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