#FBDA5D

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

Shades of Dandelion #FBDA5D

Tints of Dandelion #FBDA5D

Color information

#FBDA5D (or 0xFBDA5D) is unknown color: approx Dandelion. HEX triplet: FB, DA and 5D. RGB value is (251,218,93). Sum of RGB (Red+Green+Blue) = 251+218+93=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA5D is #0425A2. Grayscale: #D6D6D6. Windows color (decimal): -271779 or 6150907. OLE color: 6150907.

HSL color Cylindrical-coordinate representation of color #FBDA5D: hue angle of 47.47º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBDA5D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25121893-
CMYK00.130.630.02
HSL47.47º95.18%67.45%-
HSV(B)47.47º62.95%98.43%-
XYZ66.8371.4420.62-
YUV213.6259.93154.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 93 (36.72% from 255) = 16.55%
R=44.66%
G=38.79%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512189300.130.630.0247.4795.1867.45
HexFBDA5D0D3F22f5f43
Octal37333213501577257137103
Binary11111011110110101011101011011111111010111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDA5D; }

 p { color: rgb(251,218,93); }

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

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

 a { background-color: rgb(251,218,93); }

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

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

 span { border-color: rgb(251,218,93); }

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