Shades of Gorse #FBDF2D
Tints of Gorse #FBDF2D
RGB
CMYK
RGB Variations
Color information
#FBDF2D (or 0xFBDF2D) is known color: Gorse. HEX triplet: FB, DF and 2D. RGB value is (251,223,45). Sum of RGB (Red+Green+Blue) = 251+223+45=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF2D is #0420D2. Grayscale: #D3D3D3. Windows color (decimal): -270547 or 3006459. OLE color: 3006459.
HSL color Cylindrical-coordinate representation of color #FBDF2D: hue angle of 51.84º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBDF2D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.02 |
| HSL | 51.84º | 0.96% | 0.58% | - |
| HSV(B) | 51.84º | 0.82% | 0.98% | - |
| XYZ | 66.64 | 73.47 | 13.15 | - |
| YUV | 211.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 45 | 0 | 0.11 | 0.82 | 0.02 | 51.84 | 0.96 | 0.58 |
| Hex | FB | DF | 2D | 0 | B | 52 | 2 | 34 | 60 | 3A |
| Octal | 373 | 337 | 55 | 0 | 13 | 122 | 2 | 64 | 140 | 72 |
| Binary | 11111011 | 11011111 | 101101 | 0 | 1011 | 1010010 | 10 | 110100 | 1100000 | 111010 |
Color Harmonies of #FBDF2D
Complementary color
Monochromatic Colors of #FBDF2D
Black with #FBDF2D
Text Example
Text Example
White with #FBDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF2D; }
p { color: rgb(251,223,45); }
H1.HeaderClassName
{
color: #FBDF2D;
}
.AnyTagClassName
{
color: #FBDF2D;
}
</style>
background-color css
<style>
a { background-color: #FBDF2D; }
a { background-color: rgb(251,223,45); }
div.DivClassName
{
background-color: #FBDF2D;
}
.BgClassName
{
background-color: #FBDF2D;
}
</style>
border-color css
<style>
span { border-color: #FBDF2D; }
span { border-color: rgb(251,223,45); }
td.TdClassName
{
border-color: #FBDF2D;
}
.TagClassName
{
border-color: #FBDF2D;
}
</style>