Shades of Koromiko #FBBB5B
Tints of Koromiko #FBBB5B
RGB
CMYK
RGB Variations
Color information
#FBBB5B (or 0xFBBB5B) is known color: Koromiko. HEX triplet: FB, BB and 5B. RGB value is (251,187,91). Sum of RGB (Red+Green+Blue) = 251+187+91=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBB5B is #0444A4. Grayscale: #C3C3C3. Windows color (decimal): -279717 or 6011899. OLE color: 6011899.
HSL color Cylindrical-coordinate representation of color #FBBB5B: hue angle of 36º 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 #FBBB5B is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 91 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.02 |
| HSL | 36º | 0.95% | 0.67% | - |
| HSV(B) | 36º | 0.64% | 0.98% | - |
| XYZ | 59.44 | 56.81 | 17.73 | - |
| YUV | 195.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 91 | 0 | 0.25 | 0.64 | 0.02 | 36 | 0.95 | 0.67 |
| Hex | FB | BB | 5B | 0 | 19 | 40 | 2 | 24 | 5F | 43 |
| Octal | 373 | 273 | 133 | 0 | 31 | 100 | 2 | 44 | 137 | 103 |
| Binary | 11111011 | 10111011 | 1011011 | 0 | 11001 | 1000000 | 10 | 100100 | 1011111 | 1000011 |
Color Harmonies of #FBBB5B
Complementary color
Monochromatic Colors of #FBBB5B
Black with #FBBB5B
Text Example
Text Example
White with #FBBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB5B; }
p { color: rgb(251,187,91); }
H1.HeaderClassName
{
color: #FBBB5B;
}
.AnyTagClassName
{
color: #FBBB5B;
}
</style>
background-color css
<style>
a { background-color: #FBBB5B; }
a { background-color: rgb(251,187,91); }
div.DivClassName
{
background-color: #FBBB5B;
}
.BgClassName
{
background-color: #FBBB5B;
}
</style>
border-color css
<style>
span { border-color: #FBBB5B; }
span { border-color: rgb(251,187,91); }
td.TdClassName
{
border-color: #FBBB5B;
}
.TagClassName
{
border-color: #FBBB5B;
}
</style>