Html Css Color HEX #F4F012 Lemon

📋 copy color: '#F4F012'

red 244 ◦ green 240 ◦ blue 18

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

Shades of Lemon #F4F012

Tints of Lemon #F4F012

RGB

 RED value IS 244 (95.7% from 255) = 48.61%

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

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

R = 48.61%
G = 47.81%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F4F012 (or 0xF4F012) is known color: Lemon. HEX triplet: F4, F0 and 12. RGB value is (244,240,18). Sum of RGB (Red+Green+Blue) = 244+240+18=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 18 (7.42% from 255 or 3.59% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F012 is #0B0FED. Grayscale: #D8D8D8. Windows color (decimal): -724974 or 1241332. OLE color: 1241332.

HSL color Cylindrical-coordinate representation of color #F4F012: hue angle of 58.94º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4F012 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 240 18 -
CMYK 0 0.02 0.93 0.04
HSL 58.94º 0.91% 0.51% -
HSV(B) 58.94º 0.93% 0.96% -
XYZ 68.58 81.6 12.71 -
YUV 215.89 16.33 148.05 -
System Red Green Blue C M Y K H S L
Decimal 244 240 18 0 0.02 0.93 0.04 58.94 0.91 0.51
Hex F4 F0 12 0 2 5D 4 3B 5B 33
Octal 364 360 22 0 2 135 4 73 133 63
Binary 11110100 11110000 10010 0 10 1011101 100 111011 1011011 110011

Color Harmonies of #F4F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F012

Black with #F4F012

Text Example


Text Example

White with #F4F012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F012; }

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

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

background-color css

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

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

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

border-color css

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

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

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