Html Css Color HEX #FDF41A Lemon

📋 copy color: '#FDF41A'

red 253 ◦ green 244 ◦ blue 26

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

Shades of Lemon #FDF41A

Tints of Lemon #FDF41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 4.97%

R = 48.37%
G = 46.65%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDF41A (or 0xFDF41A) is known color: Lemon. HEX triplet: FD, F4 and 1A. RGB value is (253,244,26). Sum of RGB (Red+Green+Blue) = 253+244+26=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 26 (10.55% from 255 or 4.97% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF41A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF41A is #020BE5. Grayscale: #DEDEDE. Windows color (decimal): -134118 or 1766653. OLE color: 1766653.

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

Color convert

RGB 253 244 26 -
CMYK 0 0.04 0.90 0.01
HSL 57.62º 0.98% 0.55% -
HSV(B) 57.62º 0.9% 0.99% -
XYZ 73.05 85.66 13.66 -
YUV 221.84 17.48 150.23 -
System Red Green Blue C M Y K H S L
Decimal 253 244 26 0 0.04 0.90 0.01 57.62 0.98 0.55
Hex FD F4 1A 0 4 5A 1 3A 62 37
Octal 375 364 32 0 4 132 1 72 142 67
Binary 11111101 11110100 11010 0 100 1011010 1 111010 1100010 110111

Color Harmonies of #FDF41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF41A

Black with #FDF41A

Text Example


Text Example

White with #FDF41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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