#F5D765

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

Shades of Dandelion #F5D765

Tints of Dandelion #F5D765

Color information

#F5D765 (or 0xF5D765) is unknown color: approx Dandelion. HEX triplet: F5, D7 and 65. RGB value is (245,215,101). Sum of RGB (Red+Green+Blue) = 245+215+101=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D765 is #0A289A. Grayscale: #D3D3D3. Windows color (decimal): -665755 or 6674421. OLE color: 6674421.

HSL color Cylindrical-coordinate representation of color #F5D765: hue angle of 47.5º 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 #F5D765 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245215101-
CMYK00.120.590.04
HSL47.5º87.8%67.84%-
HSV(B)47.5º58.78%96.08%-
XYZ64.3168.9522.23-
YUV210.9765.94152.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 101 (39.84% from 255) = 18.00%
R=43.67%
G=38.32%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521510100.120.590.0447.587.867.84
HexF5D7650C3B4305844
Octal36532714501473460130104
Binary111101011101011111001010110011101110011000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D765; }

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

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

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

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

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

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

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

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