Html Css Color HEX #FDF925 Lemon

📋 copy color: '#FDF925'

red 253 ◦ green 249 ◦ blue 37

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

Shades of Lemon #FDF925

Tints of Lemon #FDF925

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

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

R = 46.94%
G = 46.2%
B = 6.86%

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

#FDF925 (or 0xFDF925) is known color: Lemon. HEX triplet: FD, F9 and 25. RGB value is (253,249,37). Sum of RGB (Red+Green+Blue) = 253+249+37=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 37 (14.84% from 255 or 6.86% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF925 is #0206DA. Grayscale: #E2E2E2. Windows color (decimal): -132827 or 2488829. OLE color: 2488829.

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

Color convert

RGB 253 249 37 -
CMYK 0 0.02 0.85 0.01
HSL 58.89º 0.98% 0.57% -
HSV(B) 58.89º 0.85% 0.99% -
XYZ 74.72 88.77 14.95 -
YUV 226.03 21.33 147.24 -
System Red Green Blue C M Y K H S L
Decimal 253 249 37 0 0.02 0.85 0.01 58.89 0.98 0.57
Hex FD F9 25 0 2 55 1 3B 62 39
Octal 375 371 45 0 2 125 1 73 142 71
Binary 11111101 11111001 100101 0 10 1010101 1 111011 1100010 111001

Color Harmonies of #FDF925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF925

Black with #FDF925

Text Example


Text Example

White with #FDF925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF925; }

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

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

background-color css

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

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

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

border-color css

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

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

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