Html Css Color HEX #F5F005 Lemon

📋 copy color: '#F5F005'

red 245 ◦ green 240 ◦ blue 5

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

Shades of Lemon #F5F005

Tints of Lemon #F5F005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.02%

R = 50%
G = 48.98%
B = 1.02%

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

#F5F005 (or 0xF5F005) is known color: Lemon. HEX triplet: F5, F0 and 05. RGB value is (245,240,5). Sum of RGB (Red+Green+Blue) = 245+240+5=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 5 (2.34% from 255 or 1.02% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F005 is #0A0FFA. Grayscale: #D7D7D7. Windows color (decimal): -659451 or 389365. OLE color: 389365.

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

Color convert

RGB 245 240 5 -
CMYK 0 0.02 0.98 0.04
HSL 58.75º 0.96% 0.49% -
HSV(B) 58.75º 0.98% 0.96% -
XYZ 68.84 81.74 12.29 -
YUV 214.71 9.66 149.61 -
System Red Green Blue C M Y K H S L
Decimal 245 240 5 0 0.02 0.98 0.04 58.75 0.96 0.49
Hex F5 F0 5 0 2 62 4 3B 60 31
Octal 365 360 5 0 2 142 4 73 140 61
Binary 11110101 11110000 101 0 10 1100010 100 111011 1100000 110001

Color Harmonies of #F5F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F005

Black with #F5F005

Text Example


Text Example

White with #F5F005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F005; }

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

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

background-color css

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

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

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

border-color css

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

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

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