Html Css Color HEX #FDF521 Lemon

📋 copy color: '#FDF521'

red 253 ◦ green 245 ◦ blue 33

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

Shades of Lemon #FDF521

Tints of Lemon #FDF521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.21%

R = 47.65%
G = 46.14%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF521 (or 0xFDF521) is known color: Lemon. HEX triplet: FD, F5 and 21. RGB value is (253,245,33). Sum of RGB (Red+Green+Blue) = 253+245+33=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 33 (13.28% from 255 or 6.21% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF521 is #020ADE. Grayscale: #E0E0E0. Windows color (decimal): -133855 or 2225661. OLE color: 2225661.

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

Color convert

RGB 253 245 33 -
CMYK 0 0.03 0.87 0.01
HSL 57.82º 0.98% 0.56% -
HSV(B) 57.82º 0.87% 0.99% -
XYZ 73.43 86.3 14.23 -
YUV 223.22 20.65 149.24 -
System Red Green Blue C M Y K H S L
Decimal 253 245 33 0 0.03 0.87 0.01 57.82 0.98 0.56
Hex FD F5 21 0 3 57 1 3A 62 38
Octal 375 365 41 0 3 127 1 72 142 70
Binary 11111101 11110101 100001 0 11 1010111 1 111010 1100010 111000

Color Harmonies of #FDF521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF521

Black with #FDF521

Text Example


Text Example

White with #FDF521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF521; }

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

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

background-color css

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

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

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

border-color css

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

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

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