Html Css Color HEX #F5F111 Lemon

📋 copy color: '#F5F111'

red 245 ◦ green 241 ◦ blue 17

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

Shades of Lemon #F5F111

Tints of Lemon #F5F111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.38%

R = 48.71%
G = 47.91%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5F111 (or 0xF5F111) is known color: Lemon. HEX triplet: F5, F1 and 11. RGB value is (245,241,17). Sum of RGB (Red+Green+Blue) = 245+241+17=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 17 (7.03% from 255 or 3.38% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F111 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F111 is #0A0EEE. Grayscale: #D9D9D9. Windows color (decimal): -659183 or 1176053. OLE color: 1176053.

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

Color convert

RGB 245 241 17 -
CMYK 0 0.02 0.93 0.04
HSL 58.95º 0.92% 0.51% -
HSV(B) 58.95º 0.93% 0.96% -
XYZ 69.21 82.36 12.78 -
YUV 216.66 15.33 148.21 -
System Red Green Blue C M Y K H S L
Decimal 245 241 17 0 0.02 0.93 0.04 58.95 0.92 0.51
Hex F5 F1 11 0 2 5D 4 3B 5C 33
Octal 365 361 21 0 2 135 4 73 134 63
Binary 11110101 11110001 10001 0 10 1011101 100 111011 1011100 110011

Color Harmonies of #F5F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F111

Black with #F5F111

Text Example


Text Example

White with #F5F111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F111; }

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

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

background-color css

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

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

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

border-color css

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

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

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