Shades of Koromiko #FBB953
Tints of Koromiko #FBB953
RGB
CMYK
RGB Variations
Color information
#FBB953 (or 0xFBB953) is known color: Koromiko. HEX triplet: FB, B9 and 53. RGB value is (251,185,83). Sum of RGB (Red+Green+Blue) = 251+185+83=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB953 is #0446AC. Grayscale: #C1C1C1. Windows color (decimal): -280237 or 5487099. OLE color: 5487099.
HSL color Cylindrical-coordinate representation of color #FBB953: hue angle of 36.43º 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 #FBB953 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 83 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.02 |
| HSL | 36.43º | 0.95% | 0.65% | - |
| HSV(B) | 36.43º | 0.67% | 0.98% | - |
| XYZ | 58.69 | 55.83 | 15.87 | - |
| YUV | 193.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 83 | 0 | 0.26 | 0.67 | 0.02 | 36.43 | 0.95 | 0.65 |
| Hex | FB | B9 | 53 | 0 | 1A | 43 | 2 | 24 | 5F | 41 |
| Octal | 373 | 271 | 123 | 0 | 32 | 103 | 2 | 44 | 137 | 101 |
| Binary | 11111011 | 10111001 | 1010011 | 0 | 11010 | 1000011 | 10 | 100100 | 1011111 | 1000001 |
Color Harmonies of #FBB953
Complementary color
Monochromatic Colors of #FBB953
Black with #FBB953
Text Example
Text Example
White with #FBB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB953; }
p { color: rgb(251,185,83); }
H1.HeaderClassName
{
color: #FBB953;
}
.AnyTagClassName
{
color: #FBB953;
}
</style>
background-color css
<style>
a { background-color: #FBB953; }
a { background-color: rgb(251,185,83); }
div.DivClassName
{
background-color: #FBB953;
}
.BgClassName
{
background-color: #FBB953;
}
</style>
border-color css
<style>
span { border-color: #FBB953; }
span { border-color: rgb(251,185,83); }
td.TdClassName
{
border-color: #FBB953;
}
.TagClassName
{
border-color: #FBB953;
}
</style>