Html Css Color HEX #FDED11 Lemon

📋 copy color: '#FDED11'

red 253 ◦ green 237 ◦ blue 17

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

Shades of Lemon #FDED11

Tints of Lemon #FDED11

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.75%

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

R = 49.9%
G = 46.75%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDED11 (or 0xFDED11) is known color: Lemon. HEX triplet: FD, ED and 11. RGB value is (253,237,17). Sum of RGB (Red+Green+Blue) = 253+237+17=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 17 (7.03% from 255 or 3.35% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED11 is #0212EE. Grayscale: #D9D9D9. Windows color (decimal): -135919 or 1175037. OLE color: 1175037.

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

Color convert

RGB 253 237 17 -
CMYK 0 0.06 0.93 0.01
HSL 55.93º 0.98% 0.53% -
HSV(B) 55.93º 0.93% 0.99% -
XYZ 70.89 81.49 12.52 -
YUV 216.7 15.3 153.89 -
System Red Green Blue C M Y K H S L
Decimal 253 237 17 0 0.06 0.93 0.01 55.93 0.98 0.53
Hex FD ED 11 0 6 5D 1 38 62 35
Octal 375 355 21 0 6 135 1 70 142 65
Binary 11111101 11101101 10001 0 110 1011101 1 111000 1100010 110101

Color Harmonies of #FDED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED11

Black with #FDED11

Text Example


Text Example

White with #FDED11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED11; }

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

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

background-color css

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

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

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

border-color css

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

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

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