#fdeb22

Color #FDEB22 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FDEB22

Tints of Lemon #FDEB22

Color information

#FDEB22 (or 0xFDEB22) is unknown color: approx Lemon. HEX triplet: FD, EB and 22. RGB value is (253,235,34). Sum of RGB (Red+Green+Blue) = 253+235+34=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 34 (13.67% from 255 or 6.51% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB22 is #0214DD. Grayscale: #DADADA. Windows color (decimal): -136414 or 2288637. OLE color: 2288637.

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

Color convert

RGB25323534-
CMYK00.070.870.01
HSL55.07º98.21%56.27%-
HSV(B)55.07º86.56%99.22%-
XYZ70.5180.4113.32-
YUV217.4724.46153.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.47%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 34 (13.67% from 255) = 6.51%
R=48.47%
G=45.02%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532353400.070.870.0155.0798.2156.27
HexFDEB2207571376238
Octal375353420712716714270
Binary11111101111010111000100111101011111101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdeb22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdeb22; }

 p { color: rgb(253,235,34); }

 H1.HeaderClassName
 {
   color: #fdeb22;
 }
 .AnyTagClassName
 {
   color: #fdeb22;
 }
</style>
background-color css

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

 a { background-color: rgb(253,235,34); }

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

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

 span { border-color: rgb(253,235,34); }

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