Html Css Color HEX #FDF50D Lemon

📋 copy color: '#FDF50D'

red 253 ◦ green 245 ◦ blue 13

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

Shades of Lemon #FDF50D

Tints of Lemon #FDF50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.54%

R = 49.51%
G = 47.95%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF50D (or 0xFDF50D) is known color: Lemon. HEX triplet: FD, F5 and 0D. RGB value is (253,245,13). Sum of RGB (Red+Green+Blue) = 253+245+13=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 13 (5.47% from 255 or 2.54% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF50D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF50D is #020AF2. Grayscale: #DDDDDD. Windows color (decimal): -133875 or 914941. OLE color: 914941.

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

Color convert

RGB 253 245 13 -
CMYK 0 0.03 0.95 0.01
HSL 58º 0.98% 0.52% -
HSV(B) 58º 0.95% 0.99% -
XYZ 73.23 86.22 13.16 -
YUV 220.94 10.65 150.86 -
System Red Green Blue C M Y K H S L
Decimal 253 245 13 0 0.03 0.95 0.01 58 0.98 0.52
Hex FD F5 D 0 3 5F 1 3A 62 34
Octal 375 365 15 0 3 137 1 72 142 64
Binary 11111101 11110101 1101 0 11 1011111 1 111010 1100010 110100

Color Harmonies of #FDF50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF50D

Black with #FDF50D

Text Example


Text Example

White with #FDF50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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