Html Css Color HEX #FDF21A Lemon

📋 copy color: '#FDF21A'

red 253 ◦ green 242 ◦ blue 26

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

Shades of Lemon #FDF21A

Tints of Lemon #FDF21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 4.99%

R = 48.56%
G = 46.45%
B = 4.99%

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

#FDF21A (or 0xFDF21A) is known color: Lemon. HEX triplet: FD, F2 and 1A. RGB value is (253,242,26). Sum of RGB (Red+Green+Blue) = 253+242+26=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 26 (10.55% from 255 or 4.99% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF21A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF21A is #020DE5. Grayscale: #DDDDDD. Windows color (decimal): -134630 or 1766141. OLE color: 1766141.

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

Color convert

RGB 253 242 26 -
CMYK 0 0.04 0.90 0.01
HSL 57.09º 0.98% 0.55% -
HSV(B) 57.09º 0.9% 0.99% -
XYZ 72.45 84.46 13.46 -
YUV 220.67 18.14 151.06 -
System Red Green Blue C M Y K H S L
Decimal 253 242 26 0 0.04 0.90 0.01 57.09 0.98 0.55
Hex FD F2 1A 0 4 5A 1 39 62 37
Octal 375 362 32 0 4 132 1 71 142 67
Binary 11111101 11110010 11010 0 100 1011010 1 111001 1100010 110111

Color Harmonies of #FDF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF21A

Black with #FDF21A

Text Example


Text Example

White with #FDF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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