Shades of Gorse #FBDD38
Tints of Gorse #FBDD38
RGB
CMYK
RGB Variations
Color information
#FBDD38 (or 0xFBDD38) is known color: Gorse. HEX triplet: FB, DD and 38. RGB value is (251,221,56). Sum of RGB (Red+Green+Blue) = 251+221+56=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 56 (22.27% from 255 or 10.61% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD38 is #0422C7. Grayscale: #D3D3D3. Windows color (decimal): -271048 or 3726843. OLE color: 3726843.
HSL color Cylindrical-coordinate representation of color #FBDD38: hue angle of 50.77º 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 #FBDD38 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 56 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 50.77º | 0.96% | 0.6% | - |
| HSV(B) | 50.77º | 0.78% | 0.98% | - |
| XYZ | 66.35 | 72.51 | 14.24 | - |
| YUV | 211.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 56 | 0 | 0.12 | 0.78 | 0.02 | 50.77 | 0.96 | 0.6 |
| Hex | FB | DD | 38 | 0 | C | 4E | 2 | 33 | 60 | 3C |
| Octal | 373 | 335 | 70 | 0 | 14 | 116 | 2 | 63 | 140 | 74 |
| Binary | 11111011 | 11011101 | 111000 | 0 | 1100 | 1001110 | 10 | 110011 | 1100000 | 111100 |
Color Harmonies of #FBDD38
Complementary color
Monochromatic Colors of #FBDD38
Black with #FBDD38
Text Example
Text Example
White with #FBDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD38; }
p { color: rgb(251,221,56); }
H1.HeaderClassName
{
color: #FBDD38;
}
.AnyTagClassName
{
color: #FBDD38;
}
</style>
background-color css
<style>
a { background-color: #FBDD38; }
a { background-color: rgb(251,221,56); }
div.DivClassName
{
background-color: #FBDD38;
}
.BgClassName
{
background-color: #FBDD38;
}
</style>
border-color css
<style>
span { border-color: #FBDD38; }
span { border-color: rgb(251,221,56); }
td.TdClassName
{
border-color: #FBDD38;
}
.TagClassName
{
border-color: #FBDD38;
}
</style>