Shades of Koromiko #FBBA55
Tints of Koromiko #FBBA55
RGB
CMYK
RGB Variations
Color information
#FBBA55 (or 0xFBBA55) is known color: Koromiko. HEX triplet: FB, BA and 55. RGB value is (251,186,85). Sum of RGB (Red+Green+Blue) = 251+186+85=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA55 is #0445AA. Grayscale: #C2C2C2. Windows color (decimal): -279979 or 5618427. OLE color: 5618427.
HSL color Cylindrical-coordinate representation of color #FBBA55: hue angle of 36.51º 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 #FBBA55 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 85 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.02 |
| HSL | 36.51º | 0.95% | 0.66% | - |
| HSV(B) | 36.51º | 0.66% | 0.98% | - |
| XYZ | 58.98 | 56.28 | 16.35 | - |
| YUV | 193.92 | 66.53 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 85 | 0 | 0.26 | 0.66 | 0.02 | 36.51 | 0.95 | 0.66 |
| Hex | FB | BA | 55 | 0 | 1A | 42 | 2 | 25 | 5F | 42 |
| Octal | 373 | 272 | 125 | 0 | 32 | 102 | 2 | 45 | 137 | 102 |
| Binary | 11111011 | 10111010 | 1010101 | 0 | 11010 | 1000010 | 10 | 100101 | 1011111 | 1000010 |
Color Harmonies of #FBBA55
Complementary color
Monochromatic Colors of #FBBA55
Black with #FBBA55
Text Example
Text Example
White with #FBBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA55; }
p { color: rgb(251,186,85); }
H1.HeaderClassName
{
color: #FBBA55;
}
.AnyTagClassName
{
color: #FBBA55;
}
</style>
background-color css
<style>
a { background-color: #FBBA55; }
a { background-color: rgb(251,186,85); }
div.DivClassName
{
background-color: #FBBA55;
}
.BgClassName
{
background-color: #FBBA55;
}
</style>
border-color css
<style>
span { border-color: #FBBA55; }
span { border-color: rgb(251,186,85); }
td.TdClassName
{
border-color: #FBBA55;
}
.TagClassName
{
border-color: #FBBA55;
}
</style>