Shades of Gorse #FBDD36
Tints of Gorse #FBDD36
RGB
CMYK
RGB Variations
Color information
#FBDD36 (or 0xFBDD36) is known color: Gorse. HEX triplet: FB, DD and 36. RGB value is (251,221,54). Sum of RGB (Red+Green+Blue) = 251+221+54=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 54 (21.48% from 255 or 10.27% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD36 is #0422C9. Grayscale: #D3D3D3. Windows color (decimal): -271050 or 3595771. OLE color: 3595771.
HSL color Cylindrical-coordinate representation of color #FBDD36: hue angle of 50.86º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBDD36 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 54 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 50.86º | 0.96% | 0.6% | - |
| HSV(B) | 50.86º | 0.78% | 0.98% | - |
| XYZ | 66.31 | 72.49 | 13.99 | - |
| YUV | 210.93 | 39.44 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 54 | 0 | 0.12 | 0.78 | 0.02 | 50.86 | 0.96 | 0.6 |
| Hex | FB | DD | 36 | 0 | C | 4E | 2 | 33 | 60 | 3C |
| Octal | 373 | 335 | 66 | 0 | 14 | 116 | 2 | 63 | 140 | 74 |
| Binary | 11111011 | 11011101 | 110110 | 0 | 1100 | 1001110 | 10 | 110011 | 1100000 | 111100 |
Color Harmonies of #FBDD36
Complementary color
Monochromatic Colors of #FBDD36
Black with #FBDD36
Text Example
Text Example
White with #FBDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD36; }
p { color: rgb(251,221,54); }
H1.HeaderClassName
{
color: #FBDD36;
}
.AnyTagClassName
{
color: #FBDD36;
}
</style>
background-color css
<style>
a { background-color: #FBDD36; }
a { background-color: rgb(251,221,54); }
div.DivClassName
{
background-color: #FBDD36;
}
.BgClassName
{
background-color: #FBDD36;
}
</style>
border-color css
<style>
span { border-color: #FBDD36; }
span { border-color: rgb(251,221,54); }
td.TdClassName
{
border-color: #FBDD36;
}
.TagClassName
{
border-color: #FBDD36;
}
</style>