Html Css Color HEX #FDF120 Lemon

📋 copy color: '#FDF120'

red 253 ◦ green 241 ◦ blue 32

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

Shades of Lemon #FDF120

Tints of Lemon #FDF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.82%

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

R = 48.1%
G = 45.82%
B = 6.08%

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

#FDF120 (or 0xFDF120) is known color: Lemon. HEX triplet: FD, F1 and 20. RGB value is (253,241,32). Sum of RGB (Red+Green+Blue) = 253+241+32=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 32 (12.89% from 255 or 6.08% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF120 is #020EDF. Grayscale: #DDDDDD. Windows color (decimal): -134880 or 2159101. OLE color: 2159101.

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

Color convert

RGB 253 241 32 -
CMYK 0 0.05 0.87 0.01
HSL 56.74º 0.98% 0.56% -
HSV(B) 56.74º 0.87% 0.99% -
XYZ 72.22 83.9 13.75 -
YUV 220.76 21.48 150.99 -
System Red Green Blue C M Y K H S L
Decimal 253 241 32 0 0.05 0.87 0.01 56.74 0.98 0.56
Hex FD F1 20 0 5 57 1 39 62 38
Octal 375 361 40 0 5 127 1 71 142 70
Binary 11111101 11110001 100000 0 101 1010111 1 111001 1100010 111000

Color Harmonies of #FDF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF120

Black with #FDF120

Text Example


Text Example

White with #FDF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF120; }

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

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

background-color css

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

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

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

border-color css

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

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

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