Html Css Color HEX #F0F004 Lemon

📋 copy color: '#F0F004'

red 240 ◦ green 240 ◦ blue 4

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

Shades of Lemon #F0F004

Tints of Lemon #F0F004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 49.59%
G = 49.59%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0F004 (or 0xF0F004) is known color: Lemon. HEX triplet: F0, F0 and 04. RGB value is (240,240,4). Sum of RGB (Red+Green+Blue) = 240+240+4=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 4 (1.95% from 255 or 0.83% from 484); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F004 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F004 is #0F0FFB. Grayscale: #D6D6D6. Windows color (decimal): -987132 or 323824. OLE color: 323824.

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

Color convert

RGB 240 240 4 -
CMYK 0 0 0.98 0.06
HSL 60º 0.97% 0.48% -
HSV(B) 60º 0.98% 0.94% -
XYZ 67.12 80.85 12.18 -
YUV 213.1 10 147.19 -
System Red Green Blue C M Y K H S L
Decimal 240 240 4 0 0 0.98 0.06 60 0.97 0.48
Hex F0 F0 4 0 0 62 6 3C 61 30
Octal 360 360 4 0 0 142 6 74 141 60
Binary 11110000 11110000 100 0 0 1100010 110 111100 1100001 110000

Color Harmonies of #F0F004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F004

Black with #F0F004

Text Example


Text Example

White with #F0F004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F004; }

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

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

background-color css

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

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

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

border-color css

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

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

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