Html Css Color HEX #F0F712 Lemon

📋 copy color: '#F0F712'

red 240 ◦ green 247 ◦ blue 18

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

Shades of Lemon #F0F712

Tints of Lemon #F0F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.91%

 BLUE value IS 18 (7.42% from 255) = 3.56%

R = 47.52%
G = 48.91%
B = 3.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F0F712 (or 0xF0F712) is known color: Lemon. HEX triplet: F0, F7 and 12. RGB value is (240,247,18). Sum of RGB (Red+Green+Blue) = 240+247+18=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 18 (7.42% from 255 or 3.56% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F712 is #0F08ED. Grayscale: #DBDBDB. Windows color (decimal): -985326 or 1243120. OLE color: 1243120.

HSL color Cylindrical-coordinate representation of color #F0F712: hue angle of 61.83º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F712 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 247 18 -
CMYK 0.03 0 0.93 0.03
HSL 61.83º 0.93% 0.52% -
HSV(B) 61.83º 0.93% 0.97% -
XYZ 69.31 85.09 13.34 -
YUV 218.8 14.68 143.12 -
System Red Green Blue C M Y K H S L
Decimal 240 247 18 0.03 0 0.93 0.03 61.83 0.93 0.52
Hex F0 F7 12 3 0 5D 3 3E 5D 34
Octal 360 367 22 3 0 135 3 76 135 64
Binary 11110000 11110111 10010 11 0 1011101 11 111110 1011101 110100

Color Harmonies of #F0F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F712

Black with #F0F712

Text Example


Text Example

White with #F0F712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F712; }

 p { color: rgb(240,247,18); }

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

background-color css

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

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

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

border-color css

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

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

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