Shades of Koromiko #FBB952
Tints of Koromiko #FBB952
RGB
CMYK
RGB Variations
Color information
#FBB952 (or 0xFBB952) is known color: Koromiko. HEX triplet: FB, B9 and 52. RGB value is (251,185,82). Sum of RGB (Red+Green+Blue) = 251+185+82=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB952 is #0446AD. Grayscale: #C1C1C1. Windows color (decimal): -280238 or 5421563. OLE color: 5421563.
HSL color Cylindrical-coordinate representation of color #FBB952: hue angle of 36.57º 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 #FBB952 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 82 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.02 |
| HSL | 36.57º | 0.95% | 0.65% | - |
| HSV(B) | 36.57º | 0.67% | 0.98% | - |
| XYZ | 58.66 | 55.82 | 15.66 | - |
| YUV | 192.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 82 | 0 | 0.26 | 0.67 | 0.02 | 36.57 | 0.95 | 0.65 |
| Hex | FB | B9 | 52 | 0 | 1A | 43 | 2 | 25 | 5F | 41 |
| Octal | 373 | 271 | 122 | 0 | 32 | 103 | 2 | 45 | 137 | 101 |
| Binary | 11111011 | 10111001 | 1010010 | 0 | 11010 | 1000011 | 10 | 100101 | 1011111 | 1000001 |
Color Harmonies of #FBB952
Complementary color
Monochromatic Colors of #FBB952
Black with #FBB952
Text Example
Text Example
White with #FBB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB952; }
p { color: rgb(251,185,82); }
H1.HeaderClassName
{
color: #FBB952;
}
.AnyTagClassName
{
color: #FBB952;
}
</style>
background-color css
<style>
a { background-color: #FBB952; }
a { background-color: rgb(251,185,82); }
div.DivClassName
{
background-color: #FBB952;
}
.BgClassName
{
background-color: #FBB952;
}
</style>
border-color css
<style>
span { border-color: #FBB952; }
span { border-color: rgb(251,185,82); }
td.TdClassName
{
border-color: #FBB952;
}
.TagClassName
{
border-color: #FBB952;
}
</style>