Shades of Koromiko #FFB14F
Tints of Koromiko #FFB14F
RGB
CMYK
RGB Variations
Color information
#FFB14F (or 0xFFB14F) is known color: Koromiko. HEX triplet: FF, B1 and 4F. RGB value is (255,177,79). Sum of RGB (Red+Green+Blue) = 255+177+79=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB14F is #004EB0. Grayscale: #BDBDBD. Windows color (decimal): -20145 or 5222911. OLE color: 5222911.
HSL color Cylindrical-coordinate representation of color #FFB14F: hue angle of 33.41º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFB14F is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 79 | - |
| CMYK | 0 | 0.31 | 0.69 | 0 |
| HSL | 33.41º | 1% | 0.65% | - |
| HSV(B) | 33.41º | 0.69% | 1% | - |
| XYZ | 58.37 | 53.27 | 14.6 | - |
| YUV | 189.15 | 65.84 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 79 | 0 | 0.31 | 0.69 | 0 | 33.41 | 1 | 0.65 |
| Hex | FF | B1 | 4F | 0 | 1F | 45 | 0 | 21 | 64 | 41 |
| Octal | 377 | 261 | 117 | 0 | 37 | 105 | 0 | 41 | 144 | 101 |
| Binary | 11111111 | 10110001 | 1001111 | 0 | 11111 | 1000101 | 0 | 100001 | 1100100 | 1000001 |
Color Harmonies of #FFB14F
Complementary color
Monochromatic Colors of #FFB14F
Black with #FFB14F
Text Example
Text Example
White with #FFB14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB14F; }
p { color: rgb(255,177,79); }
H1.HeaderClassName
{
color: #FFB14F;
}
.AnyTagClassName
{
color: #FFB14F;
}
</style>
background-color css
<style>
a { background-color: #FFB14F; }
a { background-color: rgb(255,177,79); }
div.DivClassName
{
background-color: #FFB14F;
}
.BgClassName
{
background-color: #FFB14F;
}
</style>
border-color css
<style>
span { border-color: #FFB14F; }
span { border-color: rgb(255,177,79); }
td.TdClassName
{
border-color: #FFB14F;
}
.TagClassName
{
border-color: #FFB14F;
}
</style>