Html Css Color HEX #F5F119 Lemon

📋 copy color: '#F5F119'

red 245 ◦ green 241 ◦ blue 25

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

Shades of Lemon #F5F119

Tints of Lemon #F5F119

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

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

R = 47.95%
G = 47.16%
B = 4.89%

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

#F5F119 (or 0xF5F119) is known color: Lemon. HEX triplet: F5, F1 and 19. RGB value is (245,241,25). Sum of RGB (Red+Green+Blue) = 245+241+25=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 25 (10.16% from 255 or 4.89% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F119 is #0A0EE6. Grayscale: #DADADA. Windows color (decimal): -659175 or 1700341. OLE color: 1700341.

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

Color convert

RGB 245 241 25 -
CMYK 0 0.02 0.90 0.04
HSL 58.91º 0.92% 0.53% -
HSV(B) 58.91º 0.9% 0.96% -
XYZ 69.29 82.39 13.17 -
YUV 217.57 19.33 147.56 -
System Red Green Blue C M Y K H S L
Decimal 245 241 25 0 0.02 0.90 0.04 58.91 0.92 0.53
Hex F5 F1 19 0 2 5A 4 3B 5C 35
Octal 365 361 31 0 2 132 4 73 134 65
Binary 11110101 11110001 11001 0 10 1011010 100 111011 1011100 110101

Color Harmonies of #F5F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F119

Black with #F5F119

Text Example


Text Example

White with #F5F119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F119; }

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

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

background-color css

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

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

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

border-color css

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

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

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