Shades of Gorse #FBDE3A
Tints of Gorse #FBDE3A
RGB
CMYK
RGB Variations
Color information
#FBDE3A (or 0xFBDE3A) is known color: Gorse. HEX triplet: FB, DE and 3A. RGB value is (251,222,58). Sum of RGB (Red+Green+Blue) = 251+222+58=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDE3A is #0421C5. Grayscale: #D4D4D4. Windows color (decimal): -270790 or 3858171. OLE color: 3858171.
HSL color Cylindrical-coordinate representation of color #FBDE3A: hue angle of 50.98º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBDE3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.02 |
| HSL | 50.98º | 0.96% | 0.61% | - |
| HSV(B) | 50.98º | 0.77% | 0.98% | - |
| XYZ | 66.67 | 73.06 | 14.59 | - |
| YUV | 211.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 58 | 0 | 0.12 | 0.77 | 0.02 | 50.98 | 0.96 | 0.61 |
| Hex | FB | DE | 3A | 0 | C | 4D | 2 | 33 | 60 | 3D |
| Octal | 373 | 336 | 72 | 0 | 14 | 115 | 2 | 63 | 140 | 75 |
| Binary | 11111011 | 11011110 | 111010 | 0 | 1100 | 1001101 | 10 | 110011 | 1100000 | 111101 |
Color Harmonies of #FBDE3A
Complementary color
Monochromatic Colors of #FBDE3A
Black with #FBDE3A
Text Example
Text Example
White with #FBDE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDE3A; }
p { color: rgb(251,222,58); }
H1.HeaderClassName
{
color: #FBDE3A;
}
.AnyTagClassName
{
color: #FBDE3A;
}
</style>
background-color css
<style>
a { background-color: #FBDE3A; }
a { background-color: rgb(251,222,58); }
div.DivClassName
{
background-color: #FBDE3A;
}
.BgClassName
{
background-color: #FBDE3A;
}
</style>
border-color css
<style>
span { border-color: #FBDE3A; }
span { border-color: rgb(251,222,58); }
td.TdClassName
{
border-color: #FBDE3A;
}
.TagClassName
{
border-color: #FBDE3A;
}
</style>