#F5D365

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

Shades of Dandelion #F5D365

Tints of Dandelion #F5D365

Color information

#F5D365 (or 0xF5D365) is unknown color: approx Dandelion. HEX triplet: F5, D3 and 65. RGB value is (245,211,101). Sum of RGB (Red+Green+Blue) = 245+211+101=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D365 is #0A2C9A. Grayscale: #D1D1D1. Windows color (decimal): -666779 or 6673397. OLE color: 6673397.

HSL color Cylindrical-coordinate representation of color #F5D365: hue angle of 45.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5D365 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245211101-
CMYK00.140.590.04
HSL45.83º87.8%67.84%-
HSV(B)45.83º58.78%96.08%-
XYZ63.366.9421.9-
YUV208.6367.26153.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 101 (39.84% from 255) = 18.13%
R=43.99%
G=37.88%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521110100.140.590.0445.8387.867.84
HexF5D3650E3B42e5844
Octal36532314501673456130104
Binary111101011101001111001010111011101110010111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D365; }

 p { color: rgb(245,211,101); }

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

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

 a { background-color: rgb(245,211,101); }

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

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

 span { border-color: rgb(245,211,101); }

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