Shades of Koromiko #FBB849
Tints of Koromiko #FBB849
RGB
CMYK
RGB Variations
Color information
#FBB849 (or 0xFBB849) is known color: Koromiko. HEX triplet: FB, B8 and 49. RGB value is (251,184,73). Sum of RGB (Red+Green+Blue) = 251+184+73=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB849 is #0447B6. Grayscale: #BFBFBF. Windows color (decimal): -280503 or 4831483. OLE color: 4831483.
HSL color Cylindrical-coordinate representation of color #FBB849: hue angle of 37.42º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBB849 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 73 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.02 |
| HSL | 37.42º | 0.96% | 0.64% | - |
| HSV(B) | 37.42º | 0.71% | 0.98% | - |
| XYZ | 58.13 | 55.27 | 13.91 | - |
| YUV | 191.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 73 | 0 | 0.27 | 0.71 | 0.02 | 37.42 | 0.96 | 0.64 |
| Hex | FB | B8 | 49 | 0 | 1B | 47 | 2 | 25 | 60 | 40 |
| Octal | 373 | 270 | 111 | 0 | 33 | 107 | 2 | 45 | 140 | 100 |
| Binary | 11111011 | 10111000 | 1001001 | 0 | 11011 | 1000111 | 10 | 100101 | 1100000 | 1000000 |
Color Harmonies of #FBB849
Complementary color
Monochromatic Colors of #FBB849
Black with #FBB849
Text Example
Text Example
White with #FBB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB849; }
p { color: rgb(251,184,73); }
H1.HeaderClassName
{
color: #FBB849;
}
.AnyTagClassName
{
color: #FBB849;
}
</style>
background-color css
<style>
a { background-color: #FBB849; }
a { background-color: rgb(251,184,73); }
div.DivClassName
{
background-color: #FBB849;
}
.BgClassName
{
background-color: #FBB849;
}
</style>
border-color css
<style>
span { border-color: #FBB849; }
span { border-color: rgb(251,184,73); }
td.TdClassName
{
border-color: #FBB849;
}
.TagClassName
{
border-color: #FBB849;
}
</style>