Shades of Koromiko #FBBA4A
Tints of Koromiko #FBBA4A
RGB
CMYK
RGB Variations
Color information
#FBBA4A (or 0xFBBA4A) is known color: Koromiko. HEX triplet: FB, BA and 4A. RGB value is (251,186,74). Sum of RGB (Red+Green+Blue) = 251+186+74=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA4A is #0445B5. Grayscale: #C1C1C1. Windows color (decimal): -279990 or 4897531. OLE color: 4897531.
HSL color Cylindrical-coordinate representation of color #FBBA4A: hue angle of 37.97º 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 #FBBA4A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 74 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.02 |
| HSL | 37.97º | 0.96% | 0.64% | - |
| HSV(B) | 37.97º | 0.71% | 0.98% | - |
| XYZ | 58.58 | 56.12 | 14.22 | - |
| YUV | 192.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 74 | 0 | 0.26 | 0.71 | 0.02 | 37.97 | 0.96 | 0.64 |
| Hex | FB | BA | 4A | 0 | 1A | 47 | 2 | 26 | 60 | 40 |
| Octal | 373 | 272 | 112 | 0 | 32 | 107 | 2 | 46 | 140 | 100 |
| Binary | 11111011 | 10111010 | 1001010 | 0 | 11010 | 1000111 | 10 | 100110 | 1100000 | 1000000 |
Color Harmonies of #FBBA4A
Complementary color
Monochromatic Colors of #FBBA4A
Black with #FBBA4A
Text Example
Text Example
White with #FBBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA4A; }
p { color: rgb(251,186,74); }
H1.HeaderClassName
{
color: #FBBA4A;
}
.AnyTagClassName
{
color: #FBBA4A;
}
</style>
background-color css
<style>
a { background-color: #FBBA4A; }
a { background-color: rgb(251,186,74); }
div.DivClassName
{
background-color: #FBBA4A;
}
.BgClassName
{
background-color: #FBBA4A;
}
</style>
border-color css
<style>
span { border-color: #FBBA4A; }
span { border-color: rgb(251,186,74); }
td.TdClassName
{
border-color: #FBBA4A;
}
.TagClassName
{
border-color: #FBBA4A;
}
</style>