Html Css Color HEX #F0F01C Lemon

📋 copy color: '#F0F01C'

red 240 ◦ green 240 ◦ blue 28

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

Shades of Lemon #F0F01C

Tints of Lemon #F0F01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.51%

R = 47.24%
G = 47.24%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0F01C (or 0xF0F01C) is known color: Lemon. HEX triplet: F0, F0 and 1C. RGB value is (240,240,28). Sum of RGB (Red+Green+Blue) = 240+240+28=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 28 (11.33% from 255 or 5.51% from 508); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F01C is #0F0FE3. Grayscale: #D8D8D8. Windows color (decimal): -987108 or 1896688. OLE color: 1896688.

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

Color convert

RGB 240 240 28 -
CMYK 0 0 0.88 0.06
HSL 60º 0.88% 0.53% -
HSV(B) 60º 0.88% 0.94% -
XYZ 67.3 80.93 13.17 -
YUV 215.83 22 145.24 -
System Red Green Blue C M Y K H S L
Decimal 240 240 28 0 0 0.88 0.06 60 0.88 0.53
Hex F0 F0 1C 0 0 58 6 3C 58 35
Octal 360 360 34 0 0 130 6 74 130 65
Binary 11110000 11110000 11100 0 0 1011000 110 111100 1011000 110101

Color Harmonies of #F0F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F01C

Black with #F0F01C

Text Example


Text Example

White with #F0F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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