Html Css Color HEX #FDF011 Lemon

📋 copy color: '#FDF011'

red 253 ◦ green 240 ◦ blue 17

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

Shades of Lemon #FDF011

Tints of Lemon #FDF011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.33%

R = 49.61%
G = 47.06%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDF011 (or 0xFDF011) is known color: Lemon. HEX triplet: FD, F0 and 11. RGB value is (253,240,17). Sum of RGB (Red+Green+Blue) = 253+240+17=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 17 (7.03% from 255 or 3.33% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF011 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF011 is #020FEE. Grayscale: #DBDBDB. Windows color (decimal): -135151 or 1175805. OLE color: 1175805.

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

Color convert

RGB 253 240 17 -
CMYK 0 0.05 0.93 0.01
HSL 56.69º 0.98% 0.53% -
HSV(B) 56.69º 0.93% 0.99% -
XYZ 71.77 83.24 12.82 -
YUV 218.47 14.31 152.63 -
System Red Green Blue C M Y K H S L
Decimal 253 240 17 0 0.05 0.93 0.01 56.69 0.98 0.53
Hex FD F0 11 0 5 5D 1 39 62 35
Octal 375 360 21 0 5 135 1 71 142 65
Binary 11111101 11110000 10001 0 101 1011101 1 111001 1100010 110101

Color Harmonies of #FDF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF011

Black with #FDF011

Text Example


Text Example

White with #FDF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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