Shades of Koromiko #FCBB5D
Tints of Koromiko #FCBB5D
RGB
CMYK
RGB Variations
Color information
#FCBB5D (or 0xFCBB5D) is known color: Koromiko. HEX triplet: FC, BB and 5D. RGB value is (252,187,93). Sum of RGB (Red+Green+Blue) = 252+187+93=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB5D is #0344A2. Grayscale: #C4C4C4. Windows color (decimal): -214179 or 6142972. OLE color: 6142972.
HSL color Cylindrical-coordinate representation of color #FCBB5D: hue angle of 35.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCBB5D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 93 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.01 |
| HSL | 35.47º | 0.96% | 0.68% | - |
| HSV(B) | 35.47º | 0.63% | 0.99% | - |
| XYZ | 59.89 | 57.03 | 18.21 | - |
| YUV | 195.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 93 | 0 | 0.26 | 0.63 | 0.01 | 35.47 | 0.96 | 0.68 |
| Hex | FC | BB | 5D | 0 | 1A | 3F | 1 | 23 | 60 | 44 |
| Octal | 374 | 273 | 135 | 0 | 32 | 77 | 1 | 43 | 140 | 104 |
| Binary | 11111100 | 10111011 | 1011101 | 0 | 11010 | 111111 | 1 | 100011 | 1100000 | 1000100 |
Color Harmonies of #FCBB5D
Complementary color
Monochromatic Colors of #FCBB5D
Black with #FCBB5D
Text Example
Text Example
White with #FCBB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB5D; }
p { color: rgb(252,187,93); }
H1.HeaderClassName
{
color: #FCBB5D;
}
.AnyTagClassName
{
color: #FCBB5D;
}
</style>
background-color css
<style>
a { background-color: #FCBB5D; }
a { background-color: rgb(252,187,93); }
div.DivClassName
{
background-color: #FCBB5D;
}
.BgClassName
{
background-color: #FCBB5D;
}
</style>
border-color css
<style>
span { border-color: #FCBB5D; }
span { border-color: rgb(252,187,93); }
td.TdClassName
{
border-color: #FCBB5D;
}
.TagClassName
{
border-color: #FCBB5D;
}
</style>