Html Css Color HEX #FDF51E Lemon

📋 copy color: '#FDF51E'

red 253 ◦ green 245 ◦ blue 30

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

Shades of Lemon #FDF51E

Tints of Lemon #FDF51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.68%

R = 47.92%
G = 46.4%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDF51E (or 0xFDF51E) is known color: Lemon. HEX triplet: FD, F5 and 1E. RGB value is (253,245,30). Sum of RGB (Red+Green+Blue) = 253+245+30=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 30 (12.11% from 255 or 5.68% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF51E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF51E is #020AE1. Grayscale: #DFDFDF. Windows color (decimal): -133858 or 2029053. OLE color: 2029053.

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

Color convert

RGB 253 245 30 -
CMYK 0 0.03 0.88 0.01
HSL 57.85º 0.98% 0.55% -
HSV(B) 57.85º 0.88% 0.99% -
XYZ 73.39 86.28 14.01 -
YUV 222.88 19.15 149.48 -
System Red Green Blue C M Y K H S L
Decimal 253 245 30 0 0.03 0.88 0.01 57.85 0.98 0.55
Hex FD F5 1E 0 3 58 1 3A 62 37
Octal 375 365 36 0 3 130 1 72 142 67
Binary 11111101 11110101 11110 0 11 1011000 1 111010 1100010 110111

Color Harmonies of #FDF51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF51E

Black with #FDF51E

Text Example


Text Example

White with #FDF51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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