Html Css Color HEX #F5F004 Lemon

📋 copy color: '#F5F004'

red 245 ◦ green 240 ◦ blue 4

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

Shades of Lemon #F5F004

Tints of Lemon #F5F004

RGB

 RED value IS 245 (96.09% from 255) = 50.1%

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

 BLUE value IS 4 (1.95% from 255) = 0.82%

R = 50.1%
G = 49.08%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5F004 (or 0xF5F004) is known color: Lemon. HEX triplet: F5, F0 and 04. RGB value is (245,240,4). Sum of RGB (Red+Green+Blue) = 245+240+4=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 4 (1.95% from 255 or 0.82% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F004 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F004 is #0A0FFB. Grayscale: #D7D7D7. Windows color (decimal): -659452 or 323829. OLE color: 323829.

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

Color convert

RGB 245 240 4 -
CMYK 0 0.02 0.98 0.04
HSL 58.76º 0.97% 0.49% -
HSV(B) 58.76º 0.98% 0.96% -
XYZ 68.84 81.74 12.26 -
YUV 214.59 9.16 149.69 -
System Red Green Blue C M Y K H S L
Decimal 245 240 4 0 0.02 0.98 0.04 58.76 0.97 0.49
Hex F5 F0 4 0 2 62 4 3B 61 31
Octal 365 360 4 0 2 142 4 73 141 61
Binary 11110101 11110000 100 0 10 1100010 100 111011 1100001 110001

Color Harmonies of #F5F004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F004

Black with #F5F004

Text Example


Text Example

White with #F5F004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F004; }

 p { color: rgb(245,240,4); }

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

background-color css

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

 a { background-color: rgb(245,240,4); }

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

border-color css

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

 span { border-color: rgb(245,240,4); }

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