Shades of Gorse #FBDF31
Tints of Gorse #FBDF31
RGB
CMYK
RGB Variations
Color information
#FBDF31 (or 0xFBDF31) is known color: Gorse. HEX triplet: FB, DF and 31. RGB value is (251,223,49). Sum of RGB (Red+Green+Blue) = 251+223+49=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF31 is #0420CE. Grayscale: #D4D4D4. Windows color (decimal): -270543 or 3268603. OLE color: 3268603.
HSL color Cylindrical-coordinate representation of color #FBDF31: hue angle of 51.68º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBDF31 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 49 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.02 |
| HSL | 51.68º | 0.96% | 0.59% | - |
| HSV(B) | 51.68º | 0.8% | 0.98% | - |
| XYZ | 66.73 | 73.51 | 13.58 | - |
| YUV | 211.54 | 36.28 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 49 | 0 | 0.11 | 0.80 | 0.02 | 51.68 | 0.96 | 0.59 |
| Hex | FB | DF | 31 | 0 | B | 50 | 2 | 34 | 60 | 3B |
| Octal | 373 | 337 | 61 | 0 | 13 | 120 | 2 | 64 | 140 | 73 |
| Binary | 11111011 | 11011111 | 110001 | 0 | 1011 | 1010000 | 10 | 110100 | 1100000 | 111011 |
Color Harmonies of #FBDF31
Complementary color
Monochromatic Colors of #FBDF31
Black with #FBDF31
Text Example
Text Example
White with #FBDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF31; }
p { color: rgb(251,223,49); }
H1.HeaderClassName
{
color: #FBDF31;
}
.AnyTagClassName
{
color: #FBDF31;
}
</style>
background-color css
<style>
a { background-color: #FBDF31; }
a { background-color: rgb(251,223,49); }
div.DivClassName
{
background-color: #FBDF31;
}
.BgClassName
{
background-color: #FBDF31;
}
</style>
border-color css
<style>
span { border-color: #FBDF31; }
span { border-color: rgb(251,223,49); }
td.TdClassName
{
border-color: #FBDF31;
}
.TagClassName
{
border-color: #FBDF31;
}
</style>