Html Css Color HEX #FDF325 Lemon

📋 copy color: '#FDF325'

red 253 ◦ green 243 ◦ blue 37

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

Shades of Lemon #FDF325

Tints of Lemon #FDF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.59%

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

R = 47.47%
G = 45.59%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDF325 (or 0xFDF325) is known color: Lemon. HEX triplet: FD, F3 and 25. RGB value is (253,243,37). Sum of RGB (Red+Green+Blue) = 253+243+37=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 37 (14.84% from 255 or 6.94% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF325 is #020CDA. Grayscale: #DFDFDF. Windows color (decimal): -134363 or 2487293. OLE color: 2487293.

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

Color convert

RGB 253 243 37 -
CMYK 0 0.04 0.85 0.01
HSL 57.22º 0.98% 0.57% -
HSV(B) 57.22º 0.85% 0.99% -
XYZ 72.89 85.12 14.34 -
YUV 222.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 253 243 37 0 0.04 0.85 0.01 57.22 0.98 0.57
Hex FD F3 25 0 4 55 1 39 62 39
Octal 375 363 45 0 4 125 1 71 142 71
Binary 11111101 11110011 100101 0 100 1010101 1 111001 1100010 111001

Color Harmonies of #FDF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF325

Black with #FDF325

Text Example


Text Example

White with #FDF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF325; }

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

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

background-color css

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

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

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

border-color css

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

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

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