Shades of Gorse #FBDB41
Tints of Gorse #FBDB41
RGB
CMYK
RGB Variations
Color information
#FBDB41 (or 0xFBDB41) is known color: Gorse. HEX triplet: FB, DB and 41. RGB value is (251,219,65). Sum of RGB (Red+Green+Blue) = 251+219+65=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB41 is #0424BE. Grayscale: #D3D3D3. Windows color (decimal): -271551 or 4316155. OLE color: 4316155.
HSL color Cylindrical-coordinate representation of color #FBDB41: hue angle of 49.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBDB41 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 65 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.02 |
| HSL | 49.68º | 0.96% | 0.62% | - |
| HSV(B) | 49.68º | 0.74% | 0.98% | - |
| XYZ | 66.07 | 71.55 | 15.33 | - |
| YUV | 211.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 65 | 0 | 0.13 | 0.74 | 0.02 | 49.68 | 0.96 | 0.62 |
| Hex | FB | DB | 41 | 0 | D | 4A | 2 | 32 | 60 | 3E |
| Octal | 373 | 333 | 101 | 0 | 15 | 112 | 2 | 62 | 140 | 76 |
| Binary | 11111011 | 11011011 | 1000001 | 0 | 1101 | 1001010 | 10 | 110010 | 1100000 | 111110 |
Color Harmonies of #FBDB41
Complementary color
Monochromatic Colors of #FBDB41
Black with #FBDB41
Text Example
Text Example
White with #FBDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB41; }
p { color: rgb(251,219,65); }
H1.HeaderClassName
{
color: #FBDB41;
}
.AnyTagClassName
{
color: #FBDB41;
}
</style>
background-color css
<style>
a { background-color: #FBDB41; }
a { background-color: rgb(251,219,65); }
div.DivClassName
{
background-color: #FBDB41;
}
.BgClassName
{
background-color: #FBDB41;
}
</style>
border-color css
<style>
span { border-color: #FBDB41; }
span { border-color: rgb(251,219,65); }
td.TdClassName
{
border-color: #FBDB41;
}
.TagClassName
{
border-color: #FBDB41;
}
</style>