Html Css Color HEX #F0F10A Lemon

📋 copy color: '#F0F10A'

red 240 ◦ green 241 ◦ blue 10

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

Shades of Lemon #F0F10A

Tints of Lemon #F0F10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.04%

R = 48.88%
G = 49.08%
B = 2.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F0F10A (or 0xF0F10A) is known color: Lemon. HEX triplet: F0, F1 and 0A. RGB value is (240,241,10). Sum of RGB (Red+Green+Blue) = 240+241+10=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F10A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F10A is #0F0EF5. Grayscale: #D7D7D7. Windows color (decimal): -986870 or 717296. OLE color: 717296.

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

Color convert

RGB 240 241 10 -
CMYK 0.00 0 0.96 0.05
HSL 60.26º 0.92% 0.49% -
HSV(B) 60.26º 0.96% 0.95% -
XYZ 67.45 81.46 12.46 -
YUV 214.37 12.67 146.28 -
System Red Green Blue C M Y K H S L
Decimal 240 241 10 0.00 0 0.96 0.05 60.26 0.92 0.49
Hex F0 F1 A 0 0 60 5 3C 5C 31
Octal 360 361 12 0 0 140 5 74 134 61
Binary 11110000 11110001 1010 0 0 1100000 101 111100 1011100 110001

Color Harmonies of #F0F10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F10A

Black with #F0F10A

Text Example


Text Example

White with #F0F10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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