Html Css Color HEX #F5F018 Lemon

📋 copy color: '#F5F018'

red 245 ◦ green 240 ◦ blue 24

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

Shades of Lemon #F5F018

Tints of Lemon #F5F018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.72%

R = 48.13%
G = 47.15%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F5F018 (or 0xF5F018) is known color: Lemon. HEX triplet: F5, F0 and 18. RGB value is (245,240,24). Sum of RGB (Red+Green+Blue) = 245+240+24=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 24 (9.77% from 255 or 4.72% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F018 is #0A0FE7. Grayscale: #D9D9D9. Windows color (decimal): -659432 or 1634549. OLE color: 1634549.

HSL color Cylindrical-coordinate representation of color #F5F018: hue angle of 58.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5F018 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 240 24 -
CMYK 0 0.02 0.90 0.04
HSL 58.64º 0.92% 0.53% -
HSV(B) 58.64º 0.9% 0.96% -
XYZ 68.98 81.8 13.02 -
YUV 216.87 19.16 148.06 -
System Red Green Blue C M Y K H S L
Decimal 245 240 24 0 0.02 0.90 0.04 58.64 0.92 0.53
Hex F5 F0 18 0 2 5A 4 3B 5C 35
Octal 365 360 30 0 2 132 4 73 134 65
Binary 11110101 11110000 11000 0 10 1011010 100 111011 1011100 110101

Color Harmonies of #F5F018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F018

Black with #F5F018

Text Example


Text Example

White with #F5F018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F018; }

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

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

background-color css

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

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

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

border-color css

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

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

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