Html Css Color HEX #FFF016 Lemon

📋 copy color: '#FFF016'

red 255 ◦ green 240 ◦ blue 22

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

Shades of Lemon #FFF016

Tints of Lemon #FFF016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

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

R = 49.32%
G = 46.42%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFF016 (or 0xFFF016) is known color: Lemon. HEX triplet: FF, F0 and 16. RGB value is (255,240,22). Sum of RGB (Red+Green+Blue) = 255+240+22=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 22 (8.98% from 255 or 4.26% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF016 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF016 is #000FE9. Grayscale: #DCDCDC. Windows color (decimal): -4074 or 1503487. OLE color: 1503487.

HSL color Cylindrical-coordinate representation of color #FFF016: hue angle of 56.14º 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 #FFF016 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 22 -
CMYK 0 0.06 0.91 0
HSL 56.14º 1% 0.54% -
HSV(B) 56.14º 0.91% 1% -
XYZ 72.54 83.64 13.08 -
YUV 219.63 16.47 153.23 -
System Red Green Blue C M Y K H S L
Decimal 255 240 22 0 0.06 0.91 0 56.14 1 0.54
Hex FF F0 16 0 6 5B 0 38 64 36
Octal 377 360 26 0 6 133 0 70 144 66
Binary 11111111 11110000 10110 0 110 1011011 0 111000 1100100 110110

Color Harmonies of #FFF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF016

Black with #FFF016

Text Example


Text Example

White with #FFF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF016; }

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

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

background-color css

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

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

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

border-color css

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

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

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