#FDE162

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

Shades of Dandelion #FDE162

Tints of Dandelion #FDE162

Color information

#FDE162 (or 0xFDE162) is unknown color: approx Dandelion. HEX triplet: FD, E1 and 62. RGB value is (253,225,98). Sum of RGB (Red+Green+Blue) = 253+225+98=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 98 (38.67% from 255 or 17.01% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE162 is #021E9D. Grayscale: #DBDBDB. Windows color (decimal): -138910 or 6480381. OLE color: 6480381.

HSL color Cylindrical-coordinate representation of color #FDE162: hue angle of 49.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDE162 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB25322598-
CMYK00.110.610.01
HSL49.16º97.48%68.82%-
HSV(B)49.16º61.26%99.22%-
XYZ69.6475.6122.48-
YUV218.8959.78152.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 98 (38.67% from 255) = 17.01%
R=43.92%
G=39.06%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532259800.110.610.0149.1697.4868.82
HexFDE1620B3D1316145
Octal37534114201375161141105
Binary1111110111100001110001001011111101111000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE162; }

 p { color: rgb(253,225,98); }

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

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

 a { background-color: rgb(253,225,98); }

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

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

 span { border-color: rgb(253,225,98); }

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