Html Css Color HEX #FDF517 Lemon

📋 copy color: '#FDF517'

red 253 ◦ green 245 ◦ blue 23

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

Shades of Lemon #FDF517

Tints of Lemon #FDF517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.41%

R = 48.56%
G = 47.02%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDF517 (or 0xFDF517) is known color: Lemon. HEX triplet: FD, F5 and 17. RGB value is (253,245,23). Sum of RGB (Red+Green+Blue) = 253+245+23=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 23 (9.38% from 255 or 4.41% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF517 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF517 is #020AE8. Grayscale: #DEDEDE. Windows color (decimal): -133865 or 1570301. OLE color: 1570301.

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

Color convert

RGB 253 245 23 -
CMYK 0 0.03 0.91 0.01
HSL 57.91º 0.98% 0.54% -
HSV(B) 57.91º 0.91% 0.99% -
XYZ 73.32 86.25 13.59 -
YUV 222.08 15.65 150.05 -
System Red Green Blue C M Y K H S L
Decimal 253 245 23 0 0.03 0.91 0.01 57.91 0.98 0.54
Hex FD F5 17 0 3 5B 1 3A 62 36
Octal 375 365 27 0 3 133 1 72 142 66
Binary 11111101 11110101 10111 0 11 1011011 1 111010 1100010 110110

Color Harmonies of #FDF517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF517

Black with #FDF517

Text Example


Text Example

White with #FDF517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF517; }

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

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

background-color css

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

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

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

border-color css

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

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

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