Html Css Color HEX #FDF513 Lemon

📋 copy color: '#FDF513'

red 253 ◦ green 245 ◦ blue 19

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

Shades of Lemon #FDF513

Tints of Lemon #FDF513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.68%

R = 48.94%
G = 47.39%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDF513 (or 0xFDF513) is known color: Lemon. HEX triplet: FD, F5 and 13. RGB value is (253,245,19). Sum of RGB (Red+Green+Blue) = 253+245+19=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 19 (7.81% from 255 or 3.68% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF513 is #020AEC. Grayscale: #DEDEDE. Windows color (decimal): -133869 or 1308157. OLE color: 1308157.

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

Color convert

RGB 253 245 19 -
CMYK 0 0.03 0.92 0.01
HSL 57.95º 0.98% 0.53% -
HSV(B) 57.95º 0.92% 0.99% -
XYZ 73.28 86.23 13.4 -
YUV 221.63 13.65 150.38 -
System Red Green Blue C M Y K H S L
Decimal 253 245 19 0 0.03 0.92 0.01 57.95 0.98 0.53
Hex FD F5 13 0 3 5C 1 3A 62 35
Octal 375 365 23 0 3 134 1 72 142 65
Binary 11111101 11110101 10011 0 11 1011100 1 111010 1100010 110101

Color Harmonies of #FDF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF513

Black with #FDF513

Text Example


Text Example

White with #FDF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF513; }

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

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

background-color css

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

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

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

border-color css

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

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

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