Html Css Color HEX #FDF720 Lemon

📋 copy color: '#FDF720'

red 253 ◦ green 247 ◦ blue 32

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

Shades of Lemon #FDF720

Tints of Lemon #FDF720

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.43%

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

R = 47.56%
G = 46.43%
B = 6.02%

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

#FDF720 (or 0xFDF720) is known color: Lemon. HEX triplet: FD, F7 and 20. RGB value is (253,247,32). Sum of RGB (Red+Green+Blue) = 253+247+32=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 32 (12.89% from 255 or 6.02% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF720 is #0208DF. Grayscale: #E1E1E1. Windows color (decimal): -133344 or 2160637. OLE color: 2160637.

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

Color convert

RGB 253 247 32 -
CMYK 0 0.02 0.87 0.01
HSL 58.37º 0.98% 0.56% -
HSV(B) 58.37º 0.87% 0.99% -
XYZ 74.03 87.51 14.36 -
YUV 224.28 19.49 148.48 -
System Red Green Blue C M Y K H S L
Decimal 253 247 32 0 0.02 0.87 0.01 58.37 0.98 0.56
Hex FD F7 20 0 2 57 1 3A 62 38
Octal 375 367 40 0 2 127 1 72 142 70
Binary 11111101 11110111 100000 0 10 1010111 1 111010 1100010 111000

Color Harmonies of #FDF720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF720

Black with #FDF720

Text Example


Text Example

White with #FDF720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF720; }

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

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

background-color css

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

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

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

border-color css

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

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

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