Shades of Selective Yellow #FBB70C
Tints of Selective Yellow #FBB70C
RGB
CMYK
RGB Variations
Color information
#FBB70C (or 0xFBB70C) is known color: Selective Yellow. HEX triplet: FB, B7 and 0C. RGB value is (251,183,12). Sum of RGB (Red+Green+Blue) = 251+183+12=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB70C is #0448F3. Grayscale: #B8B8B8. Windows color (decimal): -280820 or 833531. OLE color: 833531.
HSL color Cylindrical-coordinate representation of color #FBB70C: hue angle of 42.93º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBB70C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.02 |
| HSL | 42.93º | 0.97% | 0.52% | - |
| HSV(B) | 42.93º | 0.95% | 0.98% | - |
| XYZ | 56.78 | 54.4 | 7.86 | - |
| YUV | 183.84 | 31.03 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 12 | 0 | 0.27 | 0.95 | 0.02 | 42.93 | 0.97 | 0.52 |
| Hex | FB | B7 | C | 0 | 1B | 5F | 2 | 2B | 61 | 34 |
| Octal | 373 | 267 | 14 | 0 | 33 | 137 | 2 | 53 | 141 | 64 |
| Binary | 11111011 | 10110111 | 1100 | 0 | 11011 | 1011111 | 10 | 101011 | 1100001 | 110100 |
Color Harmonies of #FBB70C
Complementary color
Monochromatic Colors of #FBB70C
Black with #FBB70C
Text Example
Text Example
White with #FBB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB70C; }
p { color: rgb(251,183,12); }
H1.HeaderClassName
{
color: #FBB70C;
}
.AnyTagClassName
{
color: #FBB70C;
}
</style>
background-color css
<style>
a { background-color: #FBB70C; }
a { background-color: rgb(251,183,12); }
div.DivClassName
{
background-color: #FBB70C;
}
.BgClassName
{
background-color: #FBB70C;
}
</style>
border-color css
<style>
span { border-color: #FBB70C; }
span { border-color: rgb(251,183,12); }
td.TdClassName
{
border-color: #FBB70C;
}
.TagClassName
{
border-color: #FBB70C;
}
</style>