#FDE065

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

Shades of Dandelion #FDE065

Tints of Dandelion #FDE065

Color information

#FDE065 (or 0xFDE065) is unknown color: approx Dandelion. HEX triplet: FD, E0 and 65. RGB value is (253,224,101). Sum of RGB (Red+Green+Blue) = 253+224+101=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 101 (39.84% from 255 or 17.47% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE065 is #021F9A. Grayscale: #DBDBDB. Windows color (decimal): -139163 or 6676733. OLE color: 6676733.

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

Color convert

RGB253224101-
CMYK00.110.600.01
HSL48.55º97.44%69.41%-
HSV(B)48.55º60.08%99.22%-
XYZ69.5175.1323.15-
YUV218.6561.61152.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 224 (87.89% from 255) = 38.75%
BLUE value IS 101 (39.84% from 255) = 17.47%
R=43.77%
G=38.75%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322410100.110.600.0148.5597.4469.41
HexFDE0650B3C1316145
Octal37534014501374161141105
Binary1111110111100000110010101011111100111000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE065; }

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

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

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

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

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

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

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

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