Html Css Color HEX #FDF219 Lemon

📋 copy color: '#FDF219'

red 253 ◦ green 242 ◦ blue 25

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

Shades of Lemon #FDF219

Tints of Lemon #FDF219

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

 BLUE value IS 25 (10.16% from 255) = 4.81%

R = 48.65%
G = 46.54%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDF219 (or 0xFDF219) is known color: Lemon. HEX triplet: FD, F2 and 19. RGB value is (253,242,25). Sum of RGB (Red+Green+Blue) = 253+242+25=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 25 (10.16% from 255 or 4.81% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF219 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF219 is #020DE6. Grayscale: #DDDDDD. Windows color (decimal): -134631 or 1700605. OLE color: 1700605.

HSL color Cylindrical-coordinate representation of color #FDF219: hue angle of 57.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDF219 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 25 -
CMYK 0 0.04 0.90 0.01
HSL 57.11º 0.98% 0.55% -
HSV(B) 57.11º 0.9% 0.99% -
XYZ 72.44 84.46 13.4 -
YUV 220.55 17.64 151.14 -
System Red Green Blue C M Y K H S L
Decimal 253 242 25 0 0.04 0.90 0.01 57.11 0.98 0.55
Hex FD F2 19 0 4 5A 1 39 62 37
Octal 375 362 31 0 4 132 1 71 142 67
Binary 11111101 11110010 11001 0 100 1011010 1 111001 1100010 110111

Color Harmonies of #FDF219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF219

Black with #FDF219

Text Example


Text Example

White with #FDF219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF219; }

 p { color: rgb(253,242,25); }

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

background-color css

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

 a { background-color: rgb(253,242,25); }

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

border-color css

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

 span { border-color: rgb(253,242,25); }

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