Shades of Koromiko #FBBA52
Tints of Koromiko #FBBA52
RGB
CMYK
RGB Variations
Color information
#FBBA52 (or 0xFBBA52) is known color: Koromiko. HEX triplet: FB, BA and 52. RGB value is (251,186,82). Sum of RGB (Red+Green+Blue) = 251+186+82=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA52 is #0445AD. Grayscale: #C2C2C2. Windows color (decimal): -279982 or 5421819. OLE color: 5421819.
HSL color Cylindrical-coordinate representation of color #FBBA52: hue angle of 36.92º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBBA52 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 82 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.02 |
| HSL | 36.92º | 0.95% | 0.65% | - |
| HSV(B) | 36.92º | 0.67% | 0.98% | - |
| XYZ | 58.87 | 56.24 | 15.73 | - |
| YUV | 193.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 82 | 0 | 0.26 | 0.67 | 0.02 | 36.92 | 0.95 | 0.65 |
| Hex | FB | BA | 52 | 0 | 1A | 43 | 2 | 25 | 5F | 41 |
| Octal | 373 | 272 | 122 | 0 | 32 | 103 | 2 | 45 | 137 | 101 |
| Binary | 11111011 | 10111010 | 1010010 | 0 | 11010 | 1000011 | 10 | 100101 | 1011111 | 1000001 |
Color Harmonies of #FBBA52
Complementary color
Monochromatic Colors of #FBBA52
Black with #FBBA52
Text Example
Text Example
White with #FBBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA52; }
p { color: rgb(251,186,82); }
H1.HeaderClassName
{
color: #FBBA52;
}
.AnyTagClassName
{
color: #FBBA52;
}
</style>
background-color css
<style>
a { background-color: #FBBA52; }
a { background-color: rgb(251,186,82); }
div.DivClassName
{
background-color: #FBBA52;
}
.BgClassName
{
background-color: #FBBA52;
}
</style>
border-color css
<style>
span { border-color: #FBBA52; }
span { border-color: rgb(251,186,82); }
td.TdClassName
{
border-color: #FBBA52;
}
.TagClassName
{
border-color: #FBBA52;
}
</style>