Html Css Color HEX #FDFD1E Lemon

📋 copy color: '#FDFD1E'

red 253 ◦ green 253 ◦ blue 30

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

Shades of Lemon #FDFD1E

Tints of Lemon #FDFD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.6%

R = 47.2%
G = 47.2%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDFD1E (or 0xFDFD1E) is known color: Lemon. HEX triplet: FD, FD and 1E. RGB value is (253,253,30). Sum of RGB (Red+Green+Blue) = 253+253+30=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 30 (12.11% from 255 or 5.60% from 536); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD1E is #0202E1. Grayscale: #E4E4E4. Windows color (decimal): -131810 or 2031101. OLE color: 2031101.

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

Color convert

RGB 253 253 30 -
CMYK 0 0 0.88 0.01
HSL 60º 0.98% 0.55% -
HSV(B) 60º 0.88% 0.99% -
XYZ 75.87 91.23 14.84 -
YUV 227.58 16.5 146.13 -
System Red Green Blue C M Y K H S L
Decimal 253 253 30 0 0 0.88 0.01 60 0.98 0.55
Hex FD FD 1E 0 0 58 1 3C 62 37
Octal 375 375 36 0 0 130 1 74 142 67
Binary 11111101 11111101 11110 0 0 1011000 1 111100 1100010 110111

Color Harmonies of #FDFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD1E

Black with #FDFD1E

Text Example


Text Example

White with #FDFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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