Html Css Color HEX #F5F219 Lemon

📋 copy color: '#F5F219'

red 245 ◦ green 242 ◦ blue 25

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

Shades of Lemon #F5F219

Tints of Lemon #F5F219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.88%

R = 47.85%
G = 47.27%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F5F219 (or 0xF5F219) is known color: Lemon. HEX triplet: F5, F2 and 19. RGB value is (245,242,25). Sum of RGB (Red+Green+Blue) = 245+242+25=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 25 (10.16% from 255 or 4.88% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F219 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F219 is #0A0DE6. Grayscale: #DBDBDB. Windows color (decimal): -658919 or 1700597. OLE color: 1700597.

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

Color convert

RGB 245 242 25 -
CMYK 0 0.01 0.90 0.04
HSL 59.18º 0.92% 0.53% -
HSV(B) 59.18º 0.9% 0.96% -
XYZ 69.58 82.99 13.27 -
YUV 218.16 18.99 147.14 -
System Red Green Blue C M Y K H S L
Decimal 245 242 25 0 0.01 0.90 0.04 59.18 0.92 0.53
Hex F5 F2 19 0 1 5A 4 3B 5C 35
Octal 365 362 31 0 1 132 4 73 134 65
Binary 11110101 11110010 11001 0 1 1011010 100 111011 1011100 110101

Color Harmonies of #F5F219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F219

Black with #F5F219

Text Example


Text Example

White with #F5F219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F219; }

 p { color: rgb(245,242,25); }

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

background-color css

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

 a { background-color: rgb(245,242,25); }

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

border-color css

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

 span { border-color: rgb(245,242,25); }

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