Html Css Color HEX #FDEC0F Lemon

📋 copy color: '#FDEC0F'

red 253 ◦ green 236 ◦ blue 15

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

Shades of Lemon #FDEC0F

Tints of Lemon #FDEC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.98%

R = 50.2%
G = 46.83%
B = 2.98%

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

#FDEC0F (or 0xFDEC0F) is known color: Lemon. HEX triplet: FD, EC and 0F. RGB value is (253,236,15). Sum of RGB (Red+Green+Blue) = 253+236+15=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 15 (6.25% from 255 or 2.98% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC0F is #0213F0. Grayscale: #D8D8D8. Windows color (decimal): -136177 or 1043709. OLE color: 1043709.

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

Color convert

RGB 253 236 15 -
CMYK 0 0.07 0.94 0.01
HSL 55.71º 0.98% 0.53% -
HSV(B) 55.71º 0.94% 0.99% -
XYZ 70.59 80.91 12.35 -
YUV 215.89 14.63 154.47 -
System Red Green Blue C M Y K H S L
Decimal 253 236 15 0 0.07 0.94 0.01 55.71 0.98 0.53
Hex FD EC F 0 7 5E 1 38 62 35
Octal 375 354 17 0 7 136 1 70 142 65
Binary 11111101 11101100 1111 0 111 1011110 1 111000 1100010 110101

Color Harmonies of #FDEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC0F

Black with #FDEC0F

Text Example


Text Example

White with #FDEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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