Html Css Color HEX #FDEC10 Lemon

📋 copy color: '#FDEC10'

red 253 ◦ green 236 ◦ blue 16

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

Shades of Lemon #FDEC10

Tints of Lemon #FDEC10

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

 BLUE value IS 16 (6.64% from 255) = 3.17%

R = 50.1%
G = 46.73%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDEC10 (or 0xFDEC10) is known color: Lemon. HEX triplet: FD, EC and 10. RGB value is (253,236,16). Sum of RGB (Red+Green+Blue) = 253+236+16=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 16 (6.64% from 255 or 3.17% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC10 is #0213EF. Grayscale: #D8D8D8. Windows color (decimal): -136176 or 1109245. OLE color: 1109245.

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

Color convert

RGB 253 236 16 -
CMYK 0 0.07 0.94 0.01
HSL 55.7º 0.98% 0.53% -
HSV(B) 55.7º 0.94% 0.99% -
XYZ 70.6 80.91 12.39 -
YUV 216 15.13 154.39 -
System Red Green Blue C M Y K H S L
Decimal 253 236 16 0 0.07 0.94 0.01 55.7 0.98 0.53
Hex FD EC 10 0 7 5E 1 38 62 35
Octal 375 354 20 0 7 136 1 70 142 65
Binary 11111101 11101100 10000 0 111 1011110 1 111000 1100010 110101

Color Harmonies of #FDEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC10

Black with #FDEC10

Text Example


Text Example

White with #FDEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC10; }

 p { color: rgb(253,236,16); }

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

background-color css

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

 a { background-color: rgb(253,236,16); }

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

border-color css

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

 span { border-color: rgb(253,236,16); }

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