Shades of Gorse #FBDE2D
Tints of Gorse #FBDE2D
RGB
CMYK
RGB Variations
Color information
#FBDE2D (or 0xFBDE2D) is known color: Gorse. HEX triplet: FB, DE and 2D. RGB value is (251,222,45). Sum of RGB (Red+Green+Blue) = 251+222+45=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDE2D is #0421D2. Grayscale: #D3D3D3. Windows color (decimal): -270803 or 3006203. OLE color: 3006203.
HSL color Cylindrical-coordinate representation of color #FBDE2D: hue angle of 51.55º 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 #FBDE2D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 45 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.02 |
| HSL | 51.55º | 0.96% | 0.58% | - |
| HSV(B) | 51.55º | 0.82% | 0.98% | - |
| XYZ | 66.38 | 72.94 | 13.06 | - |
| YUV | 210.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 45 | 0 | 0.12 | 0.82 | 0.02 | 51.55 | 0.96 | 0.58 |
| Hex | FB | DE | 2D | 0 | C | 52 | 2 | 34 | 60 | 3A |
| Octal | 373 | 336 | 55 | 0 | 14 | 122 | 2 | 64 | 140 | 72 |
| Binary | 11111011 | 11011110 | 101101 | 0 | 1100 | 1010010 | 10 | 110100 | 1100000 | 111010 |
Color Harmonies of #FBDE2D
Complementary color
Monochromatic Colors of #FBDE2D
Black with #FBDE2D
Text Example
Text Example
White with #FBDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDE2D; }
p { color: rgb(251,222,45); }
H1.HeaderClassName
{
color: #FBDE2D;
}
.AnyTagClassName
{
color: #FBDE2D;
}
</style>
background-color css
<style>
a { background-color: #FBDE2D; }
a { background-color: rgb(251,222,45); }
div.DivClassName
{
background-color: #FBDE2D;
}
.BgClassName
{
background-color: #FBDE2D;
}
</style>
border-color css
<style>
span { border-color: #FBDE2D; }
span { border-color: rgb(251,222,45); }
td.TdClassName
{
border-color: #FBDE2D;
}
.TagClassName
{
border-color: #FBDE2D;
}
</style>