Html Css Color HEX #FDF221 Lemon

📋 copy color: '#FDF221'

red 253 ◦ green 242 ◦ blue 33

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

Shades of Lemon #FDF221

Tints of Lemon #FDF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.25%

R = 47.92%
G = 45.83%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF221 (or 0xFDF221) is known color: Lemon. HEX triplet: FD, F2 and 21. RGB value is (253,242,33). Sum of RGB (Red+Green+Blue) = 253+242+33=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 33 (13.28% from 255 or 6.25% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF221 is #020DDE. Grayscale: #DEDEDE. Windows color (decimal): -134623 or 2224893. OLE color: 2224893.

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

Color convert

RGB 253 242 33 -
CMYK 0 0.04 0.87 0.01
HSL 57º 0.98% 0.56% -
HSV(B) 57º 0.87% 0.99% -
XYZ 72.53 84.5 13.93 -
YUV 221.46 21.64 150.49 -
System Red Green Blue C M Y K H S L
Decimal 253 242 33 0 0.04 0.87 0.01 57 0.98 0.56
Hex FD F2 21 0 4 57 1 39 62 38
Octal 375 362 41 0 4 127 1 71 142 70
Binary 11111101 11110010 100001 0 100 1010111 1 111001 1100010 111000

Color Harmonies of #FDF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF221

Black with #FDF221

Text Example


Text Example

White with #FDF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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