#F5D95F

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

Shades of Dandelion #F5D95F

Tints of Dandelion #F5D95F

Color information

#F5D95F (or 0xF5D95F) is unknown color: approx Dandelion. HEX triplet: F5, D9 and 5F. RGB value is (245,217,95). Sum of RGB (Red+Green+Blue) = 245+217+95=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D95F is #0A26A0. Grayscale: #D3D3D3. Windows color (decimal): -665249 or 6281717. OLE color: 6281717.

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

Color convert

RGB24521795-
CMYK00.110.610.04
HSL48.8º88.24%66.67%-
HSV(B)48.8º61.22%96.08%-
XYZ64.5369.8620.91-
YUV211.4662.28151.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 95 (37.5% from 255) = 17.06%
R=43.99%
G=38.96%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452179500.110.610.0448.888.2466.67
HexF5D95F0B3D4315843
Octal36533113701375461130103
Binary111101011101100110111110101111110110011000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D95F; }

 p { color: rgb(245,217,95); }

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

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

 a { background-color: rgb(245,217,95); }

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

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

 span { border-color: rgb(245,217,95); }

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