Shades of Koromiko #FCBB5B
Tints of Koromiko #FCBB5B
RGB
CMYK
RGB Variations
Color information
#FCBB5B (or 0xFCBB5B) is known color: Koromiko. HEX triplet: FC, BB and 5B. RGB value is (252,187,91). Sum of RGB (Red+Green+Blue) = 252+187+91=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB5B is #0344A4. Grayscale: #C3C3C3. Windows color (decimal): -214181 or 6011900. OLE color: 6011900.
HSL color Cylindrical-coordinate representation of color #FCBB5B: hue angle of 35.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCBB5B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.01 |
| HSL | 35.78º | 0.96% | 0.67% | - |
| HSV(B) | 35.78º | 0.64% | 0.99% | - |
| XYZ | 59.8 | 56.99 | 17.75 | - |
| YUV | 195.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 91 | 0 | 0.26 | 0.64 | 0.01 | 35.78 | 0.96 | 0.67 |
| Hex | FC | BB | 5B | 0 | 1A | 40 | 1 | 24 | 60 | 43 |
| Octal | 374 | 273 | 133 | 0 | 32 | 100 | 1 | 44 | 140 | 103 |
| Binary | 11111100 | 10111011 | 1011011 | 0 | 11010 | 1000000 | 1 | 100100 | 1100000 | 1000011 |
Color Harmonies of #FCBB5B
Complementary color
Monochromatic Colors of #FCBB5B
Black with #FCBB5B
Text Example
Text Example
White with #FCBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB5B; }
p { color: rgb(252,187,91); }
H1.HeaderClassName
{
color: #FCBB5B;
}
.AnyTagClassName
{
color: #FCBB5B;
}
</style>
background-color css
<style>
a { background-color: #FCBB5B; }
a { background-color: rgb(252,187,91); }
div.DivClassName
{
background-color: #FCBB5B;
}
.BgClassName
{
background-color: #FCBB5B;
}
</style>
border-color css
<style>
span { border-color: #FCBB5B; }
span { border-color: rgb(252,187,91); }
td.TdClassName
{
border-color: #FCBB5B;
}
.TagClassName
{
border-color: #FCBB5B;
}
</style>