Shades of Gorse #FBDD25
Tints of Gorse #FBDD25
RGB
CMYK
RGB Variations
Color information
#FBDD25 (or 0xFBDD25) is known color: Gorse. HEX triplet: FB, DD and 25. RGB value is (251,221,37). Sum of RGB (Red+Green+Blue) = 251+221+37=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD25 is #0422DA. Grayscale: #D1D1D1. Windows color (decimal): -271067 or 2481659. OLE color: 2481659.
HSL color Cylindrical-coordinate representation of color #FBDD25: hue angle of 51.59º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBDD25 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 37 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.02 |
| HSL | 51.59º | 0.96% | 0.56% | - |
| HSV(B) | 51.59º | 0.85% | 0.98% | - |
| XYZ | 65.97 | 72.36 | 12.24 | - |
| YUV | 208.99 | 30.94 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 37 | 0 | 0.12 | 0.85 | 0.02 | 51.59 | 0.96 | 0.56 |
| Hex | FB | DD | 25 | 0 | C | 55 | 2 | 34 | 60 | 38 |
| Octal | 373 | 335 | 45 | 0 | 14 | 125 | 2 | 64 | 140 | 70 |
| Binary | 11111011 | 11011101 | 100101 | 0 | 1100 | 1010101 | 10 | 110100 | 1100000 | 111000 |
Color Harmonies of #FBDD25
Complementary color
Monochromatic Colors of #FBDD25
Black with #FBDD25
Text Example
Text Example
White with #FBDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD25; }
p { color: rgb(251,221,37); }
H1.HeaderClassName
{
color: #FBDD25;
}
.AnyTagClassName
{
color: #FBDD25;
}
</style>
background-color css
<style>
a { background-color: #FBDD25; }
a { background-color: rgb(251,221,37); }
div.DivClassName
{
background-color: #FBDD25;
}
.BgClassName
{
background-color: #FBDD25;
}
</style>
border-color css
<style>
span { border-color: #FBDD25; }
span { border-color: rgb(251,221,37); }
td.TdClassName
{
border-color: #FBDD25;
}
.TagClassName
{
border-color: #FBDD25;
}
</style>