Shades of Koromiko #FBBA49
Tints of Koromiko #FBBA49
RGB
CMYK
RGB Variations
Color information
#FBBA49 (or 0xFBBA49) is known color: Koromiko. HEX triplet: FB, BA and 49. RGB value is (251,186,73). Sum of RGB (Red+Green+Blue) = 251+186+73=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA49 is #0445B6. Grayscale: #C1C1C1. Windows color (decimal): -279991 or 4831995. OLE color: 4831995.
HSL color Cylindrical-coordinate representation of color #FBBA49: hue angle of 38.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBBA49 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 73 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.02 |
| HSL | 38.09º | 0.96% | 0.64% | - |
| HSV(B) | 38.09º | 0.71% | 0.98% | - |
| XYZ | 58.55 | 56.11 | 14.05 | - |
| YUV | 192.55 | 60.53 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 73 | 0 | 0.26 | 0.71 | 0.02 | 38.09 | 0.96 | 0.64 |
| Hex | FB | BA | 49 | 0 | 1A | 47 | 2 | 26 | 60 | 40 |
| Octal | 373 | 272 | 111 | 0 | 32 | 107 | 2 | 46 | 140 | 100 |
| Binary | 11111011 | 10111010 | 1001001 | 0 | 11010 | 1000111 | 10 | 100110 | 1100000 | 1000000 |
Color Harmonies of #FBBA49
Complementary color
Monochromatic Colors of #FBBA49
Black with #FBBA49
Text Example
Text Example
White with #FBBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA49; }
p { color: rgb(251,186,73); }
H1.HeaderClassName
{
color: #FBBA49;
}
.AnyTagClassName
{
color: #FBBA49;
}
</style>
background-color css
<style>
a { background-color: #FBBA49; }
a { background-color: rgb(251,186,73); }
div.DivClassName
{
background-color: #FBBA49;
}
.BgClassName
{
background-color: #FBBA49;
}
</style>
border-color css
<style>
span { border-color: #FBBA49; }
span { border-color: rgb(251,186,73); }
td.TdClassName
{
border-color: #FBBA49;
}
.TagClassName
{
border-color: #FBBA49;
}
</style>