Shades of Gorse #FBF32C
Tints of Gorse #FBF32C
RGB
CMYK
RGB Variations
Color information
#FBF32C (or 0xFBF32C) is known color: Gorse. HEX triplet: FB, F3 and 2C. RGB value is (251,243,44). Sum of RGB (Red+Green+Blue) = 251+243+44=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 44 (17.58% from 255 or 8.18% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF32C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF32C is #040CD3. Grayscale: #DFDFDF. Windows color (decimal): -265428 or 2946043. OLE color: 2946043.
HSL color Cylindrical-coordinate representation of color #FBF32C: hue angle of 57.68º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBF32C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 44 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.02 |
| HSL | 57.68º | 0.96% | 0.58% | - |
| HSV(B) | 57.68º | 0.82% | 0.98% | - |
| XYZ | 72.29 | 84.79 | 14.94 | - |
| YUV | 222.71 | 27.15 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 44 | 0 | 0.03 | 0.82 | 0.02 | 57.68 | 0.96 | 0.58 |
| Hex | FB | F3 | 2C | 0 | 3 | 52 | 2 | 3A | 60 | 3A |
| Octal | 373 | 363 | 54 | 0 | 3 | 122 | 2 | 72 | 140 | 72 |
| Binary | 11111011 | 11110011 | 101100 | 0 | 11 | 1010010 | 10 | 111010 | 1100000 | 111010 |
Color Harmonies of #FBF32C
Complementary color
Monochromatic Colors of #FBF32C
Black with #FBF32C
Text Example
Text Example
White with #FBF32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF32C; }
p { color: rgb(251,243,44); }
H1.HeaderClassName
{
color: #FBF32C;
}
.AnyTagClassName
{
color: #FBF32C;
}
</style>
background-color css
<style>
a { background-color: #FBF32C; }
a { background-color: rgb(251,243,44); }
div.DivClassName
{
background-color: #FBF32C;
}
.BgClassName
{
background-color: #FBF32C;
}
</style>
border-color css
<style>
span { border-color: #FBF32C; }
span { border-color: rgb(251,243,44); }
td.TdClassName
{
border-color: #FBF32C;
}
.TagClassName
{
border-color: #FBF32C;
}
</style>