#FDE062

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

Shades of Dandelion #FDE062

Tints of Dandelion #FDE062

Color information

#FDE062 (or 0xFDE062) is unknown color: approx Dandelion. HEX triplet: FD, E0 and 62. RGB value is (253,224,98). Sum of RGB (Red+Green+Blue) = 253+224+98=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 98 (38.67% from 255 or 17.04% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE062 is #021F9D. Grayscale: #DADADA. Windows color (decimal): -139166 or 6480125. OLE color: 6480125.

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

Color convert

RGB25322498-
CMYK00.110.610.01
HSL48.77º97.48%68.82%-
HSV(B)48.77º61.26%99.22%-
XYZ69.3775.0822.39-
YUV218.3160.11152.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 98 (38.67% from 255) = 17.04%
R=44%
G=38.96%
B=17.04%

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
Decimal2532249800.110.610.0148.7797.4868.82
HexFDE0620B3D1316145
Octal37534014201375161141105
Binary1111110111100000110001001011111101111000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE062; }

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

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

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

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

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

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

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

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