Html Css Color HEX #F5F116 Lemon

📋 copy color: '#F5F116'

red 245 ◦ green 241 ◦ blue 22

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

Shades of Lemon #F5F116

Tints of Lemon #F5F116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.33%

R = 48.23%
G = 47.44%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5F116 (or 0xF5F116) is known color: Lemon. HEX triplet: F5, F1 and 16. RGB value is (245,241,22). Sum of RGB (Red+Green+Blue) = 245+241+22=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 22 (8.98% from 255 or 4.33% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F116 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F116 is #0A0EE9. Grayscale: #DADADA. Windows color (decimal): -659178 or 1503733. OLE color: 1503733.

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

Color convert

RGB 245 241 22 -
CMYK 0 0.02 0.91 0.04
HSL 58.92º 0.92% 0.52% -
HSV(B) 58.92º 0.91% 0.96% -
XYZ 69.26 82.38 13.01 -
YUV 217.23 17.83 147.81 -
System Red Green Blue C M Y K H S L
Decimal 245 241 22 0 0.02 0.91 0.04 58.92 0.92 0.52
Hex F5 F1 16 0 2 5B 4 3B 5C 34
Octal 365 361 26 0 2 133 4 73 134 64
Binary 11110101 11110001 10110 0 10 1011011 100 111011 1011100 110100

Color Harmonies of #F5F116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F116

Black with #F5F116

Text Example


Text Example

White with #F5F116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F116; }

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

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

background-color css

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

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

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

border-color css

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

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

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