Html Css Color HEX #FDEC06 Lemon

📋 copy color: '#FDEC06'

red 253 ◦ green 236 ◦ blue 6

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

Shades of Lemon #FDEC06

Tints of Lemon #FDEC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.21%

R = 51.11%
G = 47.68%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDEC06 (or 0xFDEC06) is known color: Lemon. HEX triplet: FD, EC and 06. RGB value is (253,236,6). Sum of RGB (Red+Green+Blue) = 253+236+6=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 6 (2.73% from 255 or 1.21% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC06 is #0213F9. Grayscale: #D7D7D7. Windows color (decimal): -136186 or 453885. OLE color: 453885.

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

Color convert

RGB 253 236 6 -
CMYK 0 0.07 0.98 0.01
HSL 55.87º 0.98% 0.51% -
HSV(B) 55.87º 0.98% 0.99% -
XYZ 70.54 80.89 12.07 -
YUV 214.86 10.13 155.2 -
System Red Green Blue C M Y K H S L
Decimal 253 236 6 0 0.07 0.98 0.01 55.87 0.98 0.51
Hex FD EC 6 0 7 62 1 38 62 33
Octal 375 354 6 0 7 142 1 70 142 63
Binary 11111101 11101100 110 0 111 1100010 1 111000 1100010 110011

Color Harmonies of #FDEC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC06

Black with #FDEC06

Text Example


Text Example

White with #FDEC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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