Shades of Koromiko #FFB95C
Tints of Koromiko #FFB95C
RGB
CMYK
RGB Variations
Color information
#FFB95C (or 0xFFB95C) is known color: Koromiko. HEX triplet: FF, B9 and 5C. RGB value is (255,185,92). Sum of RGB (Red+Green+Blue) = 255+185+92=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB95C is #0046A3. Grayscale: #C3C3C3. Windows color (decimal): -18084 or 6076927. OLE color: 6076927.
HSL color Cylindrical-coordinate representation of color #FFB95C: hue angle of 34.23º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFB95C is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 92 | - |
| CMYK | 0 | 0.27 | 0.64 | 0 |
| HSL | 34.23º | 1% | 0.68% | - |
| HSV(B) | 34.23º | 0.64% | 1% | - |
| XYZ | 60.52 | 56.73 | 17.89 | - |
| YUV | 195.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 92 | 0 | 0.27 | 0.64 | 0 | 34.23 | 1 | 0.68 |
| Hex | FF | B9 | 5C | 0 | 1B | 40 | 0 | 22 | 64 | 44 |
| Octal | 377 | 271 | 134 | 0 | 33 | 100 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111001 | 1011100 | 0 | 11011 | 1000000 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFB95C
Complementary color
Monochromatic Colors of #FFB95C
Black with #FFB95C
Text Example
Text Example
White with #FFB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB95C; }
p { color: rgb(255,185,92); }
H1.HeaderClassName
{
color: #FFB95C;
}
.AnyTagClassName
{
color: #FFB95C;
}
</style>
background-color css
<style>
a { background-color: #FFB95C; }
a { background-color: rgb(255,185,92); }
div.DivClassName
{
background-color: #FFB95C;
}
.BgClassName
{
background-color: #FFB95C;
}
</style>
border-color css
<style>
span { border-color: #FFB95C; }
span { border-color: rgb(255,185,92); }
td.TdClassName
{
border-color: #FFB95C;
}
.TagClassName
{
border-color: #FFB95C;
}
</style>