Html Css Color HEX #FDF916 Lemon

📋 copy color: '#FDF916'

red 253 ◦ green 249 ◦ blue 22

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

Shades of Lemon #FDF916

Tints of Lemon #FDF916

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.52%

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

R = 48.28%
G = 47.52%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDF916 (or 0xFDF916) is known color: Lemon. HEX triplet: FD, F9 and 16. RGB value is (253,249,22). Sum of RGB (Red+Green+Blue) = 253+249+22=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 22 (8.98% from 255 or 4.20% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF916 is #0206E9. Grayscale: #E1E1E1. Windows color (decimal): -132842 or 1505789. OLE color: 1505789.

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

Color convert

RGB 253 249 22 -
CMYK 0 0.02 0.91 0.01
HSL 58.96º 0.98% 0.54% -
HSV(B) 58.96º 0.91% 0.99% -
XYZ 74.53 88.69 13.95 -
YUV 224.32 13.83 148.46 -
System Red Green Blue C M Y K H S L
Decimal 253 249 22 0 0.02 0.91 0.01 58.96 0.98 0.54
Hex FD F9 16 0 2 5B 1 3B 62 36
Octal 375 371 26 0 2 133 1 73 142 66
Binary 11111101 11111001 10110 0 10 1011011 1 111011 1100010 110110

Color Harmonies of #FDF916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF916

Black with #FDF916

Text Example


Text Example

White with #FDF916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF916; }

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

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

background-color css

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

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

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

border-color css

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

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

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