Html Css Color HEX #FDF40F Lemon

📋 copy color: '#FDF40F'

red 253 ◦ green 244 ◦ blue 15

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

Shades of Lemon #FDF40F

Tints of Lemon #FDF40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 15 (6.25% from 255) = 2.93%

R = 49.41%
G = 47.66%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF40F (or 0xFDF40F) is known color: Lemon. HEX triplet: FD, F4 and 0F. RGB value is (253,244,15). Sum of RGB (Red+Green+Blue) = 253+244+15=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 15 (6.25% from 255 or 2.93% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF40F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF40F is #020BF0. Grayscale: #DDDDDD. Windows color (decimal): -134129 or 1045757. OLE color: 1045757.

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

Color convert

RGB 253 244 15 -
CMYK 0 0.04 0.94 0.01
HSL 57.73º 0.98% 0.53% -
HSV(B) 57.73º 0.94% 0.99% -
XYZ 72.94 85.62 13.13 -
YUV 220.59 11.98 151.12 -
System Red Green Blue C M Y K H S L
Decimal 253 244 15 0 0.04 0.94 0.01 57.73 0.98 0.53
Hex FD F4 F 0 4 5E 1 3A 62 35
Octal 375 364 17 0 4 136 1 72 142 65
Binary 11111101 11110100 1111 0 100 1011110 1 111010 1100010 110101

Color Harmonies of #FDF40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF40F

Black with #FDF40F

Text Example


Text Example

White with #FDF40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF40F; }

 p { color: rgb(253,244,15); }

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

background-color css

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

 a { background-color: rgb(253,244,15); }

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

border-color css

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

 span { border-color: rgb(253,244,15); }

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