Shades of Koromiko #FBB850
Tints of Koromiko #FBB850
RGB
CMYK
RGB Variations
Color information
#FBB850 (or 0xFBB850) is known color: Koromiko. HEX triplet: FB, B8 and 50. RGB value is (251,184,80). Sum of RGB (Red+Green+Blue) = 251+184+80=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB850 is #0447AF. Grayscale: #C0C0C0. Windows color (decimal): -280496 or 5290235. OLE color: 5290235.
HSL color Cylindrical-coordinate representation of color #FBB850: hue angle of 36.49º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBB850 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 80 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.02 |
| HSL | 36.49º | 0.96% | 0.65% | - |
| HSV(B) | 36.49º | 0.68% | 0.98% | - |
| XYZ | 58.37 | 55.37 | 15.2 | - |
| YUV | 192.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 80 | 0 | 0.27 | 0.68 | 0.02 | 36.49 | 0.96 | 0.65 |
| Hex | FB | B8 | 50 | 0 | 1B | 44 | 2 | 24 | 60 | 41 |
| Octal | 373 | 270 | 120 | 0 | 33 | 104 | 2 | 44 | 140 | 101 |
| Binary | 11111011 | 10111000 | 1010000 | 0 | 11011 | 1000100 | 10 | 100100 | 1100000 | 1000001 |
Color Harmonies of #FBB850
Complementary color
Monochromatic Colors of #FBB850
Black with #FBB850
Text Example
Text Example
White with #FBB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB850; }
p { color: rgb(251,184,80); }
H1.HeaderClassName
{
color: #FBB850;
}
.AnyTagClassName
{
color: #FBB850;
}
</style>
background-color css
<style>
a { background-color: #FBB850; }
a { background-color: rgb(251,184,80); }
div.DivClassName
{
background-color: #FBB850;
}
.BgClassName
{
background-color: #FBB850;
}
</style>
border-color css
<style>
span { border-color: #FBB850; }
span { border-color: rgb(251,184,80); }
td.TdClassName
{
border-color: #FBB850;
}
.TagClassName
{
border-color: #FBB850;
}
</style>