Html Css Color HEX #F4F210 Lemon

📋 copy color: '#F4F210'

red 244 ◦ green 242 ◦ blue 16

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

Shades of Lemon #F4F210

Tints of Lemon #F4F210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.21%

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

R = 48.61%
G = 48.21%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F4F210 (or 0xF4F210) is known color: Lemon. HEX triplet: F4, F2 and 10. RGB value is (244,242,16). Sum of RGB (Red+Green+Blue) = 244+242+16=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 16 (6.64% from 255 or 3.19% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F210 is #0B0DEF. Grayscale: #D9D9D9. Windows color (decimal): -724464 or 1110772. OLE color: 1110772.

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

Color convert

RGB 244 242 16 -
CMYK 0 0.01 0.93 0.04
HSL 59.47º 0.91% 0.51% -
HSV(B) 59.47º 0.93% 0.96% -
XYZ 69.15 82.77 12.82 -
YUV 216.83 14.66 147.38 -
System Red Green Blue C M Y K H S L
Decimal 244 242 16 0 0.01 0.93 0.04 59.47 0.91 0.51
Hex F4 F2 10 0 1 5D 4 3B 5B 33
Octal 364 362 20 0 1 135 4 73 133 63
Binary 11110100 11110010 10000 0 1 1011101 100 111011 1011011 110011

Color Harmonies of #F4F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F210

Black with #F4F210

Text Example


Text Example

White with #F4F210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F210; }

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

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

background-color css

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

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

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

border-color css

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

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

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