Html Css Color HEX #FDF20C Lemon

📋 copy color: '#FDF20C'

red 253 ◦ green 242 ◦ blue 12

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

Shades of Lemon #FDF20C

Tints of Lemon #FDF20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.37%

R = 49.9%
G = 47.73%
B = 2.37%

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

#FDF20C (or 0xFDF20C) is known color: Lemon. HEX triplet: FD, F2 and 0C. RGB value is (253,242,12). Sum of RGB (Red+Green+Blue) = 253+242+12=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 12 (5.08% from 255 or 2.37% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF20C is #020DF3. Grayscale: #DCDCDC. Windows color (decimal): -134644 or 848637. OLE color: 848637.

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

Color convert

RGB 253 242 12 -
CMYK 0 0.04 0.95 0.01
HSL 57.26º 0.98% 0.52% -
HSV(B) 57.26º 0.95% 0.99% -
XYZ 72.33 84.41 12.83 -
YUV 219.07 11.14 152.2 -
System Red Green Blue C M Y K H S L
Decimal 253 242 12 0 0.04 0.95 0.01 57.26 0.98 0.52
Hex FD F2 C 0 4 5F 1 39 62 34
Octal 375 362 14 0 4 137 1 71 142 64
Binary 11111101 11110010 1100 0 100 1011111 1 111001 1100010 110100

Color Harmonies of #FDF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF20C

Black with #FDF20C

Text Example


Text Example

White with #FDF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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