Html Css Color HEX #FDF50F Lemon

📋 copy color: '#FDF50F'

red 253 ◦ green 245 ◦ blue 15

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

Shades of Lemon #FDF50F

Tints of Lemon #FDF50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.92%

R = 49.32%
G = 47.76%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF50F (or 0xFDF50F) is known color: Lemon. HEX triplet: FD, F5 and 0F. RGB value is (253,245,15). Sum of RGB (Red+Green+Blue) = 253+245+15=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 15 (6.25% from 255 or 2.92% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF50F is #020AF0. Grayscale: #DEDEDE. Windows color (decimal): -133873 or 1046013. OLE color: 1046013.

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

Color convert

RGB 253 245 15 -
CMYK 0 0.03 0.94 0.01
HSL 57.98º 0.98% 0.53% -
HSV(B) 57.98º 0.94% 0.99% -
XYZ 73.25 86.22 13.23 -
YUV 221.17 11.65 150.7 -
System Red Green Blue C M Y K H S L
Decimal 253 245 15 0 0.03 0.94 0.01 57.98 0.98 0.53
Hex FD F5 F 0 3 5E 1 3A 62 35
Octal 375 365 17 0 3 136 1 72 142 65
Binary 11111101 11110101 1111 0 11 1011110 1 111010 1100010 110101

Color Harmonies of #FDF50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF50F

Black with #FDF50F

Text Example


Text Example

White with #FDF50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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