Html Css Color HEX #FDF820 Lemon

📋 copy color: '#FDF820'

red 253 ◦ green 248 ◦ blue 32

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

Shades of Lemon #FDF820

Tints of Lemon #FDF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.53%

 BLUE value IS 32 (12.89% from 255) = 6%

R = 47.47%
G = 46.53%
B = 6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF820 (or 0xFDF820) is known color: Lemon. HEX triplet: FD, F8 and 20. RGB value is (253,248,32). Sum of RGB (Red+Green+Blue) = 253+248+32=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 32 (12.89% from 255 or 6.00% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF820 is #0207DF. Grayscale: #E1E1E1. Windows color (decimal): -133088 or 2160893. OLE color: 2160893.

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

Color convert

RGB 253 248 32 -
CMYK 0 0.02 0.87 0.01
HSL 58.64º 0.98% 0.56% -
HSV(B) 58.64º 0.87% 0.99% -
XYZ 74.34 88.12 14.46 -
YUV 224.87 19.16 148.06 -
System Red Green Blue C M Y K H S L
Decimal 253 248 32 0 0.02 0.87 0.01 58.64 0.98 0.56
Hex FD F8 20 0 2 57 1 3B 62 38
Octal 375 370 40 0 2 127 1 73 142 70
Binary 11111101 11111000 100000 0 10 1010111 1 111011 1100010 111000

Color Harmonies of #FDF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF820

Black with #FDF820

Text Example


Text Example

White with #FDF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF820; }

 p { color: rgb(253,248,32); }

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

background-color css

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

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

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

border-color css

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

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

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