Shades of Koromiko #FBBA5A
Tints of Koromiko #FBBA5A
RGB
CMYK
RGB Variations
Color information
#FBBA5A (or 0xFBBA5A) is known color: Koromiko. HEX triplet: FB, BA and 5A. RGB value is (251,186,90). Sum of RGB (Red+Green+Blue) = 251+186+90=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA5A is #0445A5. Grayscale: #C2C2C2. Windows color (decimal): -279974 or 5946107. OLE color: 5946107.
HSL color Cylindrical-coordinate representation of color #FBBA5A: hue angle of 35.78º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBBA5A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 90 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.02 |
| HSL | 35.78º | 0.95% | 0.67% | - |
| HSV(B) | 35.78º | 0.64% | 0.98% | - |
| XYZ | 59.19 | 56.37 | 17.43 | - |
| YUV | 194.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 90 | 0 | 0.26 | 0.64 | 0.02 | 35.78 | 0.95 | 0.67 |
| Hex | FB | BA | 5A | 0 | 1A | 40 | 2 | 24 | 5F | 43 |
| Octal | 373 | 272 | 132 | 0 | 32 | 100 | 2 | 44 | 137 | 103 |
| Binary | 11111011 | 10111010 | 1011010 | 0 | 11010 | 1000000 | 10 | 100100 | 1011111 | 1000011 |
Color Harmonies of #FBBA5A
Complementary color
Monochromatic Colors of #FBBA5A
Black with #FBBA5A
Text Example
Text Example
White with #FBBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA5A; }
p { color: rgb(251,186,90); }
H1.HeaderClassName
{
color: #FBBA5A;
}
.AnyTagClassName
{
color: #FBBA5A;
}
</style>
background-color css
<style>
a { background-color: #FBBA5A; }
a { background-color: rgb(251,186,90); }
div.DivClassName
{
background-color: #FBBA5A;
}
.BgClassName
{
background-color: #FBBA5A;
}
</style>
border-color css
<style>
span { border-color: #FBBA5A; }
span { border-color: rgb(251,186,90); }
td.TdClassName
{
border-color: #FBBA5A;
}
.TagClassName
{
border-color: #FBBA5A;
}
</style>