Html Css Color HEX #FFF316 Lemon

📋 copy color: '#FFF316'

red 255 ◦ green 243 ◦ blue 22

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

Shades of Lemon #FFF316

Tints of Lemon #FFF316

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

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

R = 49.04%
G = 46.73%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFF316 (or 0xFFF316) is known color: Lemon. HEX triplet: FF, F3 and 16. RGB value is (255,243,22). Sum of RGB (Red+Green+Blue) = 255+243+22=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 22 (8.98% from 255 or 4.23% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF316 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF316 is #000CE9. Grayscale: #DEDEDE. Windows color (decimal): -3306 or 1504255. OLE color: 1504255.

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

Color convert

RGB 255 243 22 -
CMYK 0 0.05 0.91 0
HSL 56.91º 1% 0.54% -
HSV(B) 56.91º 0.91% 1% -
XYZ 73.44 85.42 13.38 -
YUV 221.39 15.48 151.97 -
System Red Green Blue C M Y K H S L
Decimal 255 243 22 0 0.05 0.91 0 56.91 1 0.54
Hex FF F3 16 0 5 5B 0 39 64 36
Octal 377 363 26 0 5 133 0 71 144 66
Binary 11111111 11110011 10110 0 101 1011011 0 111001 1100100 110110

Color Harmonies of #FFF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF316

Black with #FFF316

Text Example


Text Example

White with #FFF316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF316; }

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

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

background-color css

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

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

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

border-color css

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

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

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