Html Css Color HEX #FDF21B Lemon

📋 copy color: '#FDF21B'

red 253 ◦ green 242 ◦ blue 27

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

Shades of Lemon #FDF21B

Tints of Lemon #FDF21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.17%

R = 48.47%
G = 46.36%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDF21B (or 0xFDF21B) is known color: Lemon. HEX triplet: FD, F2 and 1B. RGB value is (253,242,27). Sum of RGB (Red+Green+Blue) = 253+242+27=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 27 (10.94% from 255 or 5.17% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF21B is #020DE4. Grayscale: #DDDDDD. Windows color (decimal): -134629 or 1831677. OLE color: 1831677.

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

Color convert

RGB 253 242 27 -
CMYK 0 0.04 0.89 0.01
HSL 57.08º 0.98% 0.55% -
HSV(B) 57.08º 0.89% 0.99% -
XYZ 72.46 84.47 13.52 -
YUV 220.78 18.64 150.98 -
System Red Green Blue C M Y K H S L
Decimal 253 242 27 0 0.04 0.89 0.01 57.08 0.98 0.55
Hex FD F2 1B 0 4 59 1 39 62 37
Octal 375 362 33 0 4 131 1 71 142 67
Binary 11111101 11110010 11011 0 100 1011001 1 111001 1100010 110111

Color Harmonies of #FDF21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF21B

Black with #FDF21B

Text Example


Text Example

White with #FDF21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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