Html Css Color HEX #FDF20A Lemon

📋 copy color: '#FDF20A'

red 253 ◦ green 242 ◦ blue 10

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

Shades of Lemon #FDF20A

Tints of Lemon #FDF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.98%

R = 50.1%
G = 47.92%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDF20A (or 0xFDF20A) is known color: Lemon. HEX triplet: FD, F2 and 0A. RGB value is (253,242,10). Sum of RGB (Red+Green+Blue) = 253+242+10=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 10 (4.30% from 255 or 1.98% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF20A is #020DF5. Grayscale: #DBDBDB. Windows color (decimal): -134646 or 717565. OLE color: 717565.

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

Color convert

RGB 253 242 10 -
CMYK 0 0.04 0.96 0.01
HSL 57.28º 0.98% 0.52% -
HSV(B) 57.28º 0.96% 0.99% -
XYZ 72.31 84.41 12.77 -
YUV 218.84 10.14 152.36 -
System Red Green Blue C M Y K H S L
Decimal 253 242 10 0 0.04 0.96 0.01 57.28 0.98 0.52
Hex FD F2 A 0 4 60 1 39 62 34
Octal 375 362 12 0 4 140 1 71 142 64
Binary 11111101 11110010 1010 0 100 1100000 1 111001 1100010 110100

Color Harmonies of #FDF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF20A

Black with #FDF20A

Text Example


Text Example

White with #FDF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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