Html Css Color HEX #FDF40A Lemon

📋 copy color: '#FDF40A'

red 253 ◦ green 244 ◦ blue 10

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

Shades of Lemon #FDF40A

Tints of Lemon #FDF40A

RGB

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

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

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

R = 49.9%
G = 48.13%
B = 1.97%

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

#FDF40A (or 0xFDF40A) is known color: Lemon. HEX triplet: FD, F4 and 0A. RGB value is (253,244,10). Sum of RGB (Red+Green+Blue) = 253+244+10=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 10 (4.30% from 255 or 1.97% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF40A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF40A is #020BF5. Grayscale: #DCDCDC. Windows color (decimal): -134134 or 718077. OLE color: 718077.

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

Color convert

RGB 253 244 10 -
CMYK 0 0.04 0.96 0.01
HSL 57.78º 0.98% 0.52% -
HSV(B) 57.78º 0.96% 0.99% -
XYZ 72.91 85.61 12.97 -
YUV 220.02 9.48 151.53 -
System Red Green Blue C M Y K H S L
Decimal 253 244 10 0 0.04 0.96 0.01 57.78 0.98 0.52
Hex FD F4 A 0 4 60 1 3A 62 34
Octal 375 364 12 0 4 140 1 72 142 64
Binary 11111101 11110100 1010 0 100 1100000 1 111010 1100010 110100

Color Harmonies of #FDF40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF40A

Black with #FDF40A

Text Example


Text Example

White with #FDF40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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