Shades of Dandelion #FBD75A
Tints of Dandelion #FBD75A
RGB
CMYK
RGB Variations
Color information
#FBD75A (or 0xFBD75A) is known color: Dandelion. HEX triplet: FB, D7 and 5A. RGB value is (251,215,90). Sum of RGB (Red+Green+Blue) = 251+215+90=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD75A is #0428A5. Grayscale: #D4D4D4. Windows color (decimal): -272550 or 5953531. OLE color: 5953531.
HSL color Cylindrical-coordinate representation of color #FBD75A: hue angle of 46.58º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBD75A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 215 | 90 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.02 |
| HSL | 46.58º | 0.95% | 0.67% | - |
| HSV(B) | 46.58º | 0.64% | 0.98% | - |
| XYZ | 65.93 | 69.85 | 19.68 | - |
| YUV | 211.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 215 | 90 | 0 | 0.14 | 0.64 | 0.02 | 46.58 | 0.95 | 0.67 |
| Hex | FB | D7 | 5A | 0 | E | 40 | 2 | 2F | 5F | 43 |
| Octal | 373 | 327 | 132 | 0 | 16 | 100 | 2 | 57 | 137 | 103 |
| Binary | 11111011 | 11010111 | 1011010 | 0 | 1110 | 1000000 | 10 | 101111 | 1011111 | 1000011 |
Color Harmonies of #FBD75A
Complementary color
Monochromatic Colors of #FBD75A
Black with #FBD75A
Text Example
Text Example
White with #FBD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD75A; }
p { color: rgb(251,215,90); }
H1.HeaderClassName
{
color: #FBD75A;
}
.AnyTagClassName
{
color: #FBD75A;
}
</style>
background-color css
<style>
a { background-color: #FBD75A; }
a { background-color: rgb(251,215,90); }
div.DivClassName
{
background-color: #FBD75A;
}
.BgClassName
{
background-color: #FBD75A;
}
</style>
border-color css
<style>
span { border-color: #FBD75A; }
span { border-color: rgb(251,215,90); }
td.TdClassName
{
border-color: #FBD75A;
}
.TagClassName
{
border-color: #FBD75A;
}
</style>