Html Css Color HEX #FDF020 Lemon

📋 copy color: '#FDF020'

red 253 ◦ green 240 ◦ blue 32

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

Shades of Lemon #FDF020

Tints of Lemon #FDF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

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

R = 48.19%
G = 45.71%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF020 (or 0xFDF020) is known color: Lemon. HEX triplet: FD, F0 and 20. RGB value is (253,240,32). Sum of RGB (Red+Green+Blue) = 253+240+32=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 32 (12.89% from 255 or 6.10% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF020 is #020FDF. Grayscale: #DDDDDD. Windows color (decimal): -135136 or 2158845. OLE color: 2158845.

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

Color convert

RGB 253 240 32 -
CMYK 0 0.05 0.87 0.01
HSL 56.47º 0.98% 0.56% -
HSV(B) 56.47º 0.87% 0.99% -
XYZ 71.93 83.31 13.66 -
YUV 220.18 21.81 151.41 -
System Red Green Blue C M Y K H S L
Decimal 253 240 32 0 0.05 0.87 0.01 56.47 0.98 0.56
Hex FD F0 20 0 5 57 1 38 62 38
Octal 375 360 40 0 5 127 1 70 142 70
Binary 11111101 11110000 100000 0 101 1010111 1 111000 1100010 111000

Color Harmonies of #FDF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF020

Black with #FDF020

Text Example


Text Example

White with #FDF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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