Shades of Gorse #FBDF25
Tints of Gorse #FBDF25
RGB
CMYK
RGB Variations
Color information
#FBDF25 (or 0xFBDF25) is known color: Gorse. HEX triplet: FB, DF and 25. RGB value is (251,223,37). Sum of RGB (Red+Green+Blue) = 251+223+37=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF25 is #0420DA. Grayscale: #D2D2D2. Windows color (decimal): -270555 or 2482171. OLE color: 2482171.
HSL color Cylindrical-coordinate representation of color #FBDF25: hue angle of 52.15º 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 #FBDF25 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 37 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.02 |
| HSL | 52.15º | 0.96% | 0.56% | - |
| HSV(B) | 52.15º | 0.85% | 0.98% | - |
| XYZ | 66.51 | 73.42 | 12.42 | - |
| YUV | 210.17 | 30.28 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 37 | 0 | 0.11 | 0.85 | 0.02 | 52.15 | 0.96 | 0.56 |
| Hex | FB | DF | 25 | 0 | B | 55 | 2 | 34 | 60 | 38 |
| Octal | 373 | 337 | 45 | 0 | 13 | 125 | 2 | 64 | 140 | 70 |
| Binary | 11111011 | 11011111 | 100101 | 0 | 1011 | 1010101 | 10 | 110100 | 1100000 | 111000 |
Color Harmonies of #FBDF25
Complementary color
Monochromatic Colors of #FBDF25
Black with #FBDF25
Text Example
Text Example
White with #FBDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF25; }
p { color: rgb(251,223,37); }
H1.HeaderClassName
{
color: #FBDF25;
}
.AnyTagClassName
{
color: #FBDF25;
}
</style>
background-color css
<style>
a { background-color: #FBDF25; }
a { background-color: rgb(251,223,37); }
div.DivClassName
{
background-color: #FBDF25;
}
.BgClassName
{
background-color: #FBDF25;
}
</style>
border-color css
<style>
span { border-color: #FBDF25; }
span { border-color: rgb(251,223,37); }
td.TdClassName
{
border-color: #FBDF25;
}
.TagClassName
{
border-color: #FBDF25;
}
</style>