Html Css Color HEX #FDFD16 Lemon

📋 copy color: '#FDFD16'

red 253 ◦ green 253 ◦ blue 22

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

Shades of Lemon #FDFD16

Tints of Lemon #FDFD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.92%

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

R = 47.92%
G = 47.92%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDFD16 (or 0xFDFD16) is known color: Lemon. HEX triplet: FD, FD and 16. RGB value is (253,253,22). Sum of RGB (Red+Green+Blue) = 253+253+22=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 22 (8.98% from 255 or 4.17% from 528); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD16 is #0202E9. Grayscale: #E3E3E3. Windows color (decimal): -131818 or 1506813. OLE color: 1506813.

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

Color convert

RGB 253 253 22 -
CMYK 0 0 0.91 0.01
HSL 60º 0.98% 0.54% -
HSV(B) 60º 0.91% 0.99% -
XYZ 75.78 91.19 14.37 -
YUV 226.67 12.5 146.78 -
System Red Green Blue C M Y K H S L
Decimal 253 253 22 0 0 0.91 0.01 60 0.98 0.54
Hex FD FD 16 0 0 5B 1 3C 62 36
Octal 375 375 26 0 0 133 1 74 142 66
Binary 11111101 11111101 10110 0 0 1011011 1 111100 1100010 110110

Color Harmonies of #FDFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD16

Black with #FDFD16

Text Example


Text Example

White with #FDFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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