Html Css Color HEX #FDF725 Lemon

📋 copy color: '#FDF725'

red 253 ◦ green 247 ◦ blue 37

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

Shades of Lemon #FDF725

Tints of Lemon #FDF725

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46%

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

R = 47.11%
G = 46%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDF725 (or 0xFDF725) is known color: Lemon. HEX triplet: FD, F7 and 25. RGB value is (253,247,37). Sum of RGB (Red+Green+Blue) = 253+247+37=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 37 (14.84% from 255 or 6.89% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF725 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF725 is #0208DA. Grayscale: #E1E1E1. Windows color (decimal): -133339 or 2488317. OLE color: 2488317.

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

Color convert

RGB 253 247 37 -
CMYK 0 0.02 0.85 0.01
HSL 58.33º 0.98% 0.57% -
HSV(B) 58.33º 0.85% 0.99% -
XYZ 74.1 87.54 14.74 -
YUV 224.85 21.99 148.08 -
System Red Green Blue C M Y K H S L
Decimal 253 247 37 0 0.02 0.85 0.01 58.33 0.98 0.57
Hex FD F7 25 0 2 55 1 3A 62 39
Octal 375 367 45 0 2 125 1 72 142 71
Binary 11111101 11110111 100101 0 10 1010101 1 111010 1100010 111001

Color Harmonies of #FDF725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF725

Black with #FDF725

Text Example


Text Example

White with #FDF725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF725; }

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

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

background-color css

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

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

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

border-color css

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

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

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