Html Css Color HEX #F0F11C Lemon

📋 copy color: '#F0F11C'

red 240 ◦ green 241 ◦ blue 28

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

Shades of Lemon #F0F11C

Tints of Lemon #F0F11C

RGB

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

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

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

R = 47.15%
G = 47.35%
B = 5.5%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F0F11C (or 0xF0F11C) is known color: Lemon. HEX triplet: F0, F1 and 1C. RGB value is (240,241,28). Sum of RGB (Red+Green+Blue) = 240+241+28=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F11C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F11C is #0F0EE3. Grayscale: #D9D9D9. Windows color (decimal): -986852 or 1896944. OLE color: 1896944.

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

Color convert

RGB 240 241 28 -
CMYK 0.00 0 0.88 0.05
HSL 60.28º 0.88% 0.53% -
HSV(B) 60.28º 0.88% 0.95% -
XYZ 67.6 81.52 13.27 -
YUV 216.42 21.67 144.82 -
System Red Green Blue C M Y K H S L
Decimal 240 241 28 0.00 0 0.88 0.05 60.28 0.88 0.53
Hex F0 F1 1C 0 0 58 5 3C 58 35
Octal 360 361 34 0 0 130 5 74 130 65
Binary 11110000 11110001 11100 0 0 1011000 101 111100 1011000 110101

Color Harmonies of #F0F11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F11C

Black with #F0F11C

Text Example


Text Example

White with #F0F11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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