Html Css Color HEX #FDF525 Lemon

📋 copy color: '#FDF525'

red 253 ◦ green 245 ◦ blue 37

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

Shades of Lemon #FDF525

Tints of Lemon #FDF525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 6.92%

R = 47.29%
G = 45.79%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDF525 (or 0xFDF525) is known color: Lemon. HEX triplet: FD, F5 and 25. RGB value is (253,245,37). Sum of RGB (Red+Green+Blue) = 253+245+37=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 37 (14.84% from 255 or 6.92% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF525 is #020ADA. Grayscale: #E0E0E0. Windows color (decimal): -133851 or 2487805. OLE color: 2487805.

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

Color convert

RGB 253 245 37 -
CMYK 0 0.03 0.85 0.01
HSL 57.78º 0.98% 0.57% -
HSV(B) 57.78º 0.85% 0.99% -
XYZ 73.49 86.32 14.54 -
YUV 223.68 22.65 148.91 -
System Red Green Blue C M Y K H S L
Decimal 253 245 37 0 0.03 0.85 0.01 57.78 0.98 0.57
Hex FD F5 25 0 3 55 1 3A 62 39
Octal 375 365 45 0 3 125 1 72 142 71
Binary 11111101 11110101 100101 0 11 1010101 1 111010 1100010 111001

Color Harmonies of #FDF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF525

Black with #FDF525

Text Example


Text Example

White with #FDF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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