Html Css Color HEX #F4F010 Lemon

📋 copy color: '#F4F010'

red 244 ◦ green 240 ◦ blue 16

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

Shades of Lemon #F4F010

Tints of Lemon #F4F010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.2%

R = 48.8%
G = 48%
B = 3.2%

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

#F4F010 (or 0xF4F010) is known color: Lemon. HEX triplet: F4, F0 and 10. RGB value is (244,240,16). Sum of RGB (Red+Green+Blue) = 244+240+16=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 16 (6.64% from 255 or 3.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F010 is #0B0FEF. Grayscale: #D8D8D8. Windows color (decimal): -724976 or 1110260. OLE color: 1110260.

HSL color Cylindrical-coordinate representation of color #F4F010: hue angle of 58.95º 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 #F4F010 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 240 16 -
CMYK 0 0.02 0.93 0.04
HSL 58.95º 0.91% 0.51% -
HSV(B) 58.95º 0.93% 0.96% -
XYZ 68.56 81.59 12.63 -
YUV 215.66 15.33 148.21 -
System Red Green Blue C M Y K H S L
Decimal 244 240 16 0 0.02 0.93 0.04 58.95 0.91 0.51
Hex F4 F0 10 0 2 5D 4 3B 5B 33
Octal 364 360 20 0 2 135 4 73 133 63
Binary 11110100 11110000 10000 0 10 1011101 100 111011 1011011 110011

Color Harmonies of #F4F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F010

Black with #F4F010

Text Example


Text Example

White with #F4F010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F010; }

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

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

background-color css

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

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

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

border-color css

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

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

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