Shades of Gorse #FBDF43
Tints of Gorse #FBDF43
RGB
CMYK
RGB Variations
Color information
#FBDF43 (or 0xFBDF43) is known color: Gorse. HEX triplet: FB, DF and 43. RGB value is (251,223,67). Sum of RGB (Red+Green+Blue) = 251+223+67=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 67 (26.56% from 255 or 12.38% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF43 is #0420BC. Grayscale: #D6D6D6. Windows color (decimal): -270525 or 4448251. OLE color: 4448251.
HSL color Cylindrical-coordinate representation of color #FBDF43: hue angle of 50.87º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBDF43 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 67 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.02 |
| HSL | 50.87º | 0.96% | 0.62% | - |
| HSV(B) | 50.87º | 0.73% | 0.98% | - |
| XYZ | 67.18 | 73.69 | 15.99 | - |
| YUV | 213.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 67 | 0 | 0.11 | 0.73 | 0.02 | 50.87 | 0.96 | 0.62 |
| Hex | FB | DF | 43 | 0 | B | 49 | 2 | 33 | 60 | 3E |
| Octal | 373 | 337 | 103 | 0 | 13 | 111 | 2 | 63 | 140 | 76 |
| Binary | 11111011 | 11011111 | 1000011 | 0 | 1011 | 1001001 | 10 | 110011 | 1100000 | 111110 |
Color Harmonies of #FBDF43
Complementary color
Monochromatic Colors of #FBDF43
Black with #FBDF43
Text Example
Text Example
White with #FBDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF43; }
p { color: rgb(251,223,67); }
H1.HeaderClassName
{
color: #FBDF43;
}
.AnyTagClassName
{
color: #FBDF43;
}
</style>
background-color css
<style>
a { background-color: #FBDF43; }
a { background-color: rgb(251,223,67); }
div.DivClassName
{
background-color: #FBDF43;
}
.BgClassName
{
background-color: #FBDF43;
}
</style>
border-color css
<style>
span { border-color: #FBDF43; }
span { border-color: rgb(251,223,67); }
td.TdClassName
{
border-color: #FBDF43;
}
.TagClassName
{
border-color: #FBDF43;
}
</style>