Shades of Koromiko #FBBB55
Tints of Koromiko #FBBB55
RGB
CMYK
RGB Variations
Color information
#FBBB55 (or 0xFBBB55) is known color: Koromiko. HEX triplet: FB, BB and 55. RGB value is (251,187,85). Sum of RGB (Red+Green+Blue) = 251+187+85=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBB55 is #0444AA. Grayscale: #C2C2C2. Windows color (decimal): -279723 or 5618683. OLE color: 5618683.
HSL color Cylindrical-coordinate representation of color #FBBB55: hue angle of 36.87º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBBB55 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 85 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.02 |
| HSL | 36.87º | 0.95% | 0.66% | - |
| HSV(B) | 36.87º | 0.66% | 0.98% | - |
| XYZ | 59.19 | 56.71 | 16.42 | - |
| YUV | 194.51 | 66.2 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 85 | 0 | 0.25 | 0.66 | 0.02 | 36.87 | 0.95 | 0.66 |
| Hex | FB | BB | 55 | 0 | 19 | 42 | 2 | 25 | 5F | 42 |
| Octal | 373 | 273 | 125 | 0 | 31 | 102 | 2 | 45 | 137 | 102 |
| Binary | 11111011 | 10111011 | 1010101 | 0 | 11001 | 1000010 | 10 | 100101 | 1011111 | 1000010 |
Color Harmonies of #FBBB55
Complementary color
Monochromatic Colors of #FBBB55
Black with #FBBB55
Text Example
Text Example
White with #FBBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB55; }
p { color: rgb(251,187,85); }
H1.HeaderClassName
{
color: #FBBB55;
}
.AnyTagClassName
{
color: #FBBB55;
}
</style>
background-color css
<style>
a { background-color: #FBBB55; }
a { background-color: rgb(251,187,85); }
div.DivClassName
{
background-color: #FBBB55;
}
.BgClassName
{
background-color: #FBBB55;
}
</style>
border-color css
<style>
span { border-color: #FBBB55; }
span { border-color: rgb(251,187,85); }
td.TdClassName
{
border-color: #FBBB55;
}
.TagClassName
{
border-color: #FBBB55;
}
</style>