Html Css Color HEX #FDF620 Lemon

📋 copy color: '#FDF620'

red 253 ◦ green 246 ◦ blue 32

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

Shades of Lemon #FDF620

Tints of Lemon #FDF620

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.33%

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

R = 47.65%
G = 46.33%
B = 6.03%

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

#FDF620 (or 0xFDF620) is known color: Lemon. HEX triplet: FD, F6 and 20. RGB value is (253,246,32). Sum of RGB (Red+Green+Blue) = 253+246+32=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 32 (12.89% from 255 or 6.03% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF620 is #0209DF. Grayscale: #E0E0E0. Windows color (decimal): -133600 or 2160381. OLE color: 2160381.

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

Color convert

RGB 253 246 32 -
CMYK 0 0.03 0.87 0.01
HSL 58.1º 0.98% 0.56% -
HSV(B) 58.1º 0.87% 0.99% -
XYZ 73.72 86.9 14.25 -
YUV 223.7 19.82 148.9 -
System Red Green Blue C M Y K H S L
Decimal 253 246 32 0 0.03 0.87 0.01 58.1 0.98 0.56
Hex FD F6 20 0 3 57 1 3A 62 38
Octal 375 366 40 0 3 127 1 72 142 70
Binary 11111101 11110110 100000 0 11 1010111 1 111010 1100010 111000

Color Harmonies of #FDF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF620

Black with #FDF620

Text Example


Text Example

White with #FDF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF620; }

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

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

background-color css

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

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

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

border-color css

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

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

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