Html Css Color HEX #FDF20D Lemon

📋 copy color: '#FDF20D'

red 253 ◦ green 242 ◦ blue 13

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

Shades of Lemon #FDF20D

Tints of Lemon #FDF20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.56%

R = 49.8%
G = 47.64%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF20D (or 0xFDF20D) is known color: Lemon. HEX triplet: FD, F2 and 0D. RGB value is (253,242,13). Sum of RGB (Red+Green+Blue) = 253+242+13=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 13 (5.47% from 255 or 2.56% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF20D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF20D is #020DF2. Grayscale: #DCDCDC. Windows color (decimal): -134643 or 914173. OLE color: 914173.

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

Color convert

RGB 253 242 13 -
CMYK 0 0.04 0.95 0.01
HSL 57.25º 0.98% 0.52% -
HSV(B) 57.25º 0.95% 0.99% -
XYZ 72.33 84.42 12.86 -
YUV 219.18 11.64 152.12 -
System Red Green Blue C M Y K H S L
Decimal 253 242 13 0 0.04 0.95 0.01 57.25 0.98 0.52
Hex FD F2 D 0 4 5F 1 39 62 34
Octal 375 362 15 0 4 137 1 71 142 64
Binary 11111101 11110010 1101 0 100 1011111 1 111001 1100010 110100

Color Harmonies of #FDF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF20D

Black with #FDF20D

Text Example


Text Example

White with #FDF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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