Shades of Koromiko #FBBA56
Tints of Koromiko #FBBA56
RGB
CMYK
RGB Variations
Color information
#FBBA56 (or 0xFBBA56) is known color: Koromiko. HEX triplet: FB, BA and 56. RGB value is (251,186,86). Sum of RGB (Red+Green+Blue) = 251+186+86=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA56 is #0445A9. Grayscale: #C2C2C2. Windows color (decimal): -279978 or 5683963. OLE color: 5683963.
HSL color Cylindrical-coordinate representation of color #FBBA56: hue angle of 36.36º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBBA56 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 86 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.02 |
| HSL | 36.36º | 0.95% | 0.66% | - |
| HSV(B) | 36.36º | 0.66% | 0.98% | - |
| XYZ | 59.02 | 56.3 | 16.56 | - |
| YUV | 194.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 86 | 0 | 0.26 | 0.66 | 0.02 | 36.36 | 0.95 | 0.66 |
| Hex | FB | BA | 56 | 0 | 1A | 42 | 2 | 24 | 5F | 42 |
| Octal | 373 | 272 | 126 | 0 | 32 | 102 | 2 | 44 | 137 | 102 |
| Binary | 11111011 | 10111010 | 1010110 | 0 | 11010 | 1000010 | 10 | 100100 | 1011111 | 1000010 |
Color Harmonies of #FBBA56
Complementary color
Monochromatic Colors of #FBBA56
Black with #FBBA56
Text Example
Text Example
White with #FBBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA56; }
p { color: rgb(251,186,86); }
H1.HeaderClassName
{
color: #FBBA56;
}
.AnyTagClassName
{
color: #FBBA56;
}
</style>
background-color css
<style>
a { background-color: #FBBA56; }
a { background-color: rgb(251,186,86); }
div.DivClassName
{
background-color: #FBBA56;
}
.BgClassName
{
background-color: #FBBA56;
}
</style>
border-color css
<style>
span { border-color: #FBBA56; }
span { border-color: rgb(251,186,86); }
td.TdClassName
{
border-color: #FBBA56;
}
.TagClassName
{
border-color: #FBBA56;
}
</style>