Html Css Color HEX #FDF516 Lemon

📋 copy color: '#FDF516'

red 253 ◦ green 245 ◦ blue 22

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

Shades of Lemon #FDF516

Tints of Lemon #FDF516

RGB

 RED value IS 253 (99.22% from 255) = 48.65%

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

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

R = 48.65%
G = 47.12%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDF516 (or 0xFDF516) is known color: Lemon. HEX triplet: FD, F5 and 16. RGB value is (253,245,22). Sum of RGB (Red+Green+Blue) = 253+245+22=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 22 (8.98% from 255 or 4.23% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF516 is #020AE9. Grayscale: #DEDEDE. Windows color (decimal): -133866 or 1504765. OLE color: 1504765.

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

Color convert

RGB 253 245 22 -
CMYK 0 0.03 0.91 0.01
HSL 57.92º 0.98% 0.54% -
HSV(B) 57.92º 0.91% 0.99% -
XYZ 73.31 86.25 13.54 -
YUV 221.97 15.15 150.13 -
System Red Green Blue C M Y K H S L
Decimal 253 245 22 0 0.03 0.91 0.01 57.92 0.98 0.54
Hex FD F5 16 0 3 5B 1 3A 62 36
Octal 375 365 26 0 3 133 1 72 142 66
Binary 11111101 11110101 10110 0 11 1011011 1 111010 1100010 110110

Color Harmonies of #FDF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF516

Black with #FDF516

Text Example


Text Example

White with #FDF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF516; }

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

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

background-color css

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

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

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

border-color css

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

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

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