Html Css Color HEX #F0F00A Lemon

📋 copy color: '#F0F00A'

red 240 ◦ green 240 ◦ blue 10

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

Shades of Lemon #F0F00A

Tints of Lemon #F0F00A

RGB

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

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

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

R = 48.98%
G = 48.98%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0F00A (or 0xF0F00A) is known color: Lemon. HEX triplet: F0, F0 and 0A. RGB value is (240,240,10). Sum of RGB (Red+Green+Blue) = 240+240+10=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 10 (4.30% from 255 or 2.04% from 490); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F00A is #0F0FF5. Grayscale: #D6D6D6. Windows color (decimal): -987126 or 717040. OLE color: 717040.

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

Color convert

RGB 240 240 10 -
CMYK 0 0 0.96 0.06
HSL 60º 0.92% 0.49% -
HSV(B) 60º 0.96% 0.94% -
XYZ 67.15 80.87 12.36 -
YUV 213.78 13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 240 240 10 0 0 0.96 0.06 60 0.92 0.49
Hex F0 F0 A 0 0 60 6 3C 5C 31
Octal 360 360 12 0 0 140 6 74 134 61
Binary 11110000 11110000 1010 0 0 1100000 110 111100 1011100 110001

Color Harmonies of #F0F00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F00A

Black with #F0F00A

Text Example


Text Example

White with #F0F00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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