#FBDB5D

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

Shades of Dandelion #FBDB5D

Tints of Dandelion #FBDB5D

Color information

#FBDB5D (or 0xFBDB5D) is unknown color: approx Dandelion. HEX triplet: FB, DB and 5D. RGB value is (251,219,93). Sum of RGB (Red+Green+Blue) = 251+219+93=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB5D is #0424A2. Grayscale: #D6D6D6. Windows color (decimal): -271523 or 6151163. OLE color: 6151163.

HSL color Cylindrical-coordinate representation of color #FBDB5D: hue angle of 47.85º 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 #FBDB5D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25121993-
CMYK00.130.630.02
HSL47.85º95.18%67.45%-
HSV(B)47.85º62.95%98.43%-
XYZ67.0971.9620.71-
YUV214.259.6154.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 93 (36.72% from 255) = 16.52%
R=44.58%
G=38.90%
B=16.52%

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
Decimal2512199300.130.630.0247.8595.1867.45
HexFBDB5D0D3F2305f43
Octal37333313501577260137103
Binary11111011110110111011101011011111111011000010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB5D; }

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

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

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

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

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

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

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

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