Shades of Gorse #FBF32A
Tints of Gorse #FBF32A
RGB
CMYK
RGB Variations
Color information
#FBF32A (or 0xFBF32A) is known color: Gorse. HEX triplet: FB, F3 and 2A. RGB value is (251,243,42). Sum of RGB (Red+Green+Blue) = 251+243+42=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 42 (16.80% from 255 or 7.84% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF32A is #040CD5. Grayscale: #DFDFDF. Windows color (decimal): -265430 or 2814971. OLE color: 2814971.
HSL color Cylindrical-coordinate representation of color #FBF32A: hue angle of 57.7º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBF32A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 42 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.02 |
| HSL | 57.7º | 0.96% | 0.57% | - |
| HSV(B) | 57.7º | 0.83% | 0.98% | - |
| XYZ | 72.25 | 84.78 | 14.75 | - |
| YUV | 222.48 | 26.15 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 42 | 0 | 0.03 | 0.83 | 0.02 | 57.7 | 0.96 | 0.57 |
| Hex | FB | F3 | 2A | 0 | 3 | 53 | 2 | 3A | 60 | 39 |
| Octal | 373 | 363 | 52 | 0 | 3 | 123 | 2 | 72 | 140 | 71 |
| Binary | 11111011 | 11110011 | 101010 | 0 | 11 | 1010011 | 10 | 111010 | 1100000 | 111001 |
Color Harmonies of #FBF32A
Complementary color
Monochromatic Colors of #FBF32A
Black with #FBF32A
Text Example
Text Example
White with #FBF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF32A; }
p { color: rgb(251,243,42); }
H1.HeaderClassName
{
color: #FBF32A;
}
.AnyTagClassName
{
color: #FBF32A;
}
</style>
background-color css
<style>
a { background-color: #FBF32A; }
a { background-color: rgb(251,243,42); }
div.DivClassName
{
background-color: #FBF32A;
}
.BgClassName
{
background-color: #FBF32A;
}
</style>
border-color css
<style>
span { border-color: #FBF32A; }
span { border-color: rgb(251,243,42); }
td.TdClassName
{
border-color: #FBF32A;
}
.TagClassName
{
border-color: #FBF32A;
}
</style>