Html Css Color HEX #FFF516 Lemon

📋 copy color: '#FFF516'

red 255 ◦ green 245 ◦ blue 22

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

Shades of Lemon #FFF516

Tints of Lemon #FFF516

RGB

 RED value IS 255 (100% from 255) = 48.85%

 GREEN value IS 245 (96.09% from 255) = 46.93%

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

R = 48.85%
G = 46.93%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFF516 (or 0xFFF516) is known color: Lemon. HEX triplet: FF, F5 and 16. RGB value is (255,245,22). Sum of RGB (Red+Green+Blue) = 255+245+22=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 22 (8.98% from 255 or 4.21% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF516 is #000AE9. Grayscale: #DFDFDF. Windows color (decimal): -2794 or 1504767. OLE color: 1504767.

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

Color convert

RGB 255 245 22 -
CMYK 0 0.04 0.91 0
HSL 57.42º 1% 0.54% -
HSV(B) 57.42º 0.91% 1% -
XYZ 74.04 86.62 13.58 -
YUV 222.57 14.81 151.13 -
System Red Green Blue C M Y K H S L
Decimal 255 245 22 0 0.04 0.91 0 57.42 1 0.54
Hex FF F5 16 0 4 5B 0 39 64 36
Octal 377 365 26 0 4 133 0 71 144 66
Binary 11111111 11110101 10110 0 100 1011011 0 111001 1100100 110110

Color Harmonies of #FFF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF516

Black with #FFF516

Text Example


Text Example

White with #FFF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF516; }

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

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

background-color css

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

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

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

border-color css

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

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

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