Html Css Color HEX #F4F008 Lemon

📋 copy color: '#F4F008'

red 244 ◦ green 240 ◦ blue 8

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

Shades of Lemon #F4F008

Tints of Lemon #F4F008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.63%

R = 49.59%
G = 48.78%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F4F008 (or 0xF4F008) is known color: Lemon. HEX triplet: F4, F0 and 08. RGB value is (244,240,8). Sum of RGB (Red+Green+Blue) = 244+240+8=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 8 (3.52% from 255 or 1.63% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F008 is #0B0FF7. Grayscale: #D7D7D7. Windows color (decimal): -724984 or 585972. OLE color: 585972.

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

Color convert

RGB 244 240 8 -
CMYK 0 0.02 0.97 0.04
HSL 58.98º 0.94% 0.49% -
HSV(B) 58.98º 0.97% 0.96% -
XYZ 68.51 81.57 12.36 -
YUV 214.75 11.33 148.86 -
System Red Green Blue C M Y K H S L
Decimal 244 240 8 0 0.02 0.97 0.04 58.98 0.94 0.49
Hex F4 F0 8 0 2 61 4 3B 5E 31
Octal 364 360 10 0 2 141 4 73 136 61
Binary 11110100 11110000 1000 0 10 1100001 100 111011 1011110 110001

Color Harmonies of #F4F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F008

Black with #F4F008

Text Example


Text Example

White with #F4F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F008; }

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

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

background-color css

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

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

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

border-color css

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

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

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