Html Css Color HEX #FDF51A Lemon

📋 copy color: '#FDF51A'

red 253 ◦ green 245 ◦ blue 26

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

Shades of Lemon #FDF51A

Tints of Lemon #FDF51A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

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

R = 48.28%
G = 46.76%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDF51A (or 0xFDF51A) is known color: Lemon. HEX triplet: FD, F5 and 1A. RGB value is (253,245,26). Sum of RGB (Red+Green+Blue) = 253+245+26=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 26 (10.55% from 255 or 4.96% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF51A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF51A is #020AE5. Grayscale: #DFDFDF. Windows color (decimal): -133862 or 1766909. OLE color: 1766909.

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

Color convert

RGB 253 245 26 -
CMYK 0 0.03 0.90 0.01
HSL 57.89º 0.98% 0.55% -
HSV(B) 57.89º 0.9% 0.99% -
XYZ 73.35 86.26 13.76 -
YUV 222.43 17.15 149.81 -
System Red Green Blue C M Y K H S L
Decimal 253 245 26 0 0.03 0.90 0.01 57.89 0.98 0.55
Hex FD F5 1A 0 3 5A 1 3A 62 37
Octal 375 365 32 0 3 132 1 72 142 67
Binary 11111101 11110101 11010 0 11 1011010 1 111010 1100010 110111

Color Harmonies of #FDF51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF51A

Black with #FDF51A

Text Example


Text Example

White with #FDF51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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