#FBD05D

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

Shades of Dandelion #FBD05D

Tints of Dandelion #FBD05D

Color information

#FBD05D (or 0xFBD05D) is unknown color: approx Dandelion. HEX triplet: FB, D0 and 5D. RGB value is (251,208,93). Sum of RGB (Red+Green+Blue) = 251+208+93=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD05D is #042FA2. Grayscale: #D0D0D0. Windows color (decimal): -274339 or 6148347. OLE color: 6148347.

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

Color convert

RGB25120893-
CMYK00.170.630.02
HSL43.67º95.18%67.45%-
HSV(B)43.67º62.95%98.43%-
XYZ64.3266.4119.78-
YUV207.7563.25158.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 93 (36.72% from 255) = 16.85%
R=45.47%
G=37.68%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512089300.170.630.0243.6795.1867.45
HexFBD05D0113F22c5f43
Octal37332013502177254137103
Binary111110111101000010111010100011111111010110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD05D; }

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

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

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

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

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

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

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

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