Html Css Color HEX #FDF21F Lemon

📋 copy color: '#FDF21F'

red 253 ◦ green 242 ◦ blue 31

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

Shades of Lemon #FDF21F

Tints of Lemon #FDF21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.89%

R = 48.1%
G = 46.01%
B = 5.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDF21F (or 0xFDF21F) is known color: Lemon. HEX triplet: FD, F2 and 1F. RGB value is (253,242,31). Sum of RGB (Red+Green+Blue) = 253+242+31=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 31 (12.5% from 255 or 5.89% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF21F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF21F is #020DE0. Grayscale: #DEDEDE. Windows color (decimal): -134625 or 2093821. OLE color: 2093821.

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

Color convert

RGB 253 242 31 -
CMYK 0 0.04 0.88 0.01
HSL 57.03º 0.98% 0.56% -
HSV(B) 57.03º 0.88% 0.99% -
XYZ 72.51 84.49 13.78 -
YUV 221.24 20.64 150.66 -
System Red Green Blue C M Y K H S L
Decimal 253 242 31 0 0.04 0.88 0.01 57.03 0.98 0.56
Hex FD F2 1F 0 4 58 1 39 62 38
Octal 375 362 37 0 4 130 1 71 142 70
Binary 11111101 11110010 11111 0 100 1011000 1 111001 1100010 111000

Color Harmonies of #FDF21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF21F

Black with #FDF21F

Text Example


Text Example

White with #FDF21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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