Shades of Koromiko #FBB858
Tints of Koromiko #FBB858
RGB
CMYK
RGB Variations
Color information
#FBB858 (or 0xFBB858) is known color: Koromiko. HEX triplet: FB, B8 and 58. RGB value is (251,184,88). Sum of RGB (Red+Green+Blue) = 251+184+88=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB858 is #0447A7. Grayscale: #C1C1C1. Windows color (decimal): -280488 or 5814523. OLE color: 5814523.
HSL color Cylindrical-coordinate representation of color #FBB858: hue angle of 35.34º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBB858 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 88 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.02 |
| HSL | 35.34º | 0.95% | 0.66% | - |
| HSV(B) | 35.34º | 0.65% | 0.98% | - |
| XYZ | 58.69 | 55.49 | 16.85 | - |
| YUV | 193.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 88 | 0 | 0.27 | 0.65 | 0.02 | 35.34 | 0.95 | 0.66 |
| Hex | FB | B8 | 58 | 0 | 1B | 41 | 2 | 23 | 5F | 42 |
| Octal | 373 | 270 | 130 | 0 | 33 | 101 | 2 | 43 | 137 | 102 |
| Binary | 11111011 | 10111000 | 1011000 | 0 | 11011 | 1000001 | 10 | 100011 | 1011111 | 1000010 |
Color Harmonies of #FBB858
Complementary color
Monochromatic Colors of #FBB858
Black with #FBB858
Text Example
Text Example
White with #FBB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB858; }
p { color: rgb(251,184,88); }
H1.HeaderClassName
{
color: #FBB858;
}
.AnyTagClassName
{
color: #FBB858;
}
</style>
background-color css
<style>
a { background-color: #FBB858; }
a { background-color: rgb(251,184,88); }
div.DivClassName
{
background-color: #FBB858;
}
.BgClassName
{
background-color: #FBB858;
}
</style>
border-color css
<style>
span { border-color: #FBB858; }
span { border-color: rgb(251,184,88); }
td.TdClassName
{
border-color: #FBB858;
}
.TagClassName
{
border-color: #FBB858;
}
</style>