Html Css Color HEX #FDF017 Lemon

📋 copy color: '#FDF017'

red 253 ◦ green 240 ◦ blue 23

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

Shades of Lemon #FDF017

Tints of Lemon #FDF017

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.51%

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

R = 49.03%
G = 46.51%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDF017 (or 0xFDF017) is known color: Lemon. HEX triplet: FD, F0 and 17. RGB value is (253,240,23). Sum of RGB (Red+Green+Blue) = 253+240+23=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 23 (9.38% from 255 or 4.46% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF017 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF017 is #020FE8. Grayscale: #DCDCDC. Windows color (decimal): -135145 or 1569021. OLE color: 1569021.

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

Color convert

RGB 253 240 23 -
CMYK 0 0.05 0.91 0.01
HSL 56.61º 0.98% 0.54% -
HSV(B) 56.61º 0.91% 0.99% -
XYZ 71.82 83.26 13.1 -
YUV 219.15 17.31 152.14 -
System Red Green Blue C M Y K H S L
Decimal 253 240 23 0 0.05 0.91 0.01 56.61 0.98 0.54
Hex FD F0 17 0 5 5B 1 39 62 36
Octal 375 360 27 0 5 133 1 71 142 66
Binary 11111101 11110000 10111 0 101 1011011 1 111001 1100010 110110

Color Harmonies of #FDF017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF017

Black with #FDF017

Text Example


Text Example

White with #FDF017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF017; }

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

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

background-color css

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

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

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

border-color css

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

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

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