Shades of Koromiko #FFB84F
Tints of Koromiko #FFB84F
RGB
CMYK
RGB Variations
Color information
#FFB84F (or 0xFFB84F) is known color: Koromiko. HEX triplet: FF, B8 and 4F. RGB value is (255,184,79). Sum of RGB (Red+Green+Blue) = 255+184+79=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB84F is #0047B0. Grayscale: #C1C1C1. Windows color (decimal): -18353 or 5224703. OLE color: 5224703.
HSL color Cylindrical-coordinate representation of color #FFB84F: hue angle of 35.8º 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 #FFB84F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 79 | - |
| CMYK | 0 | 0.28 | 0.69 | 0 |
| HSL | 35.8º | 1% | 0.65% | - |
| HSV(B) | 35.8º | 0.69% | 1% | - |
| XYZ | 59.79 | 56.11 | 15.08 | - |
| YUV | 193.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 79 | 0 | 0.28 | 0.69 | 0 | 35.8 | 1 | 0.65 |
| Hex | FF | B8 | 4F | 0 | 1C | 45 | 0 | 24 | 64 | 41 |
| Octal | 377 | 270 | 117 | 0 | 34 | 105 | 0 | 44 | 144 | 101 |
| Binary | 11111111 | 10111000 | 1001111 | 0 | 11100 | 1000101 | 0 | 100100 | 1100100 | 1000001 |
Color Harmonies of #FFB84F
Complementary color
Monochromatic Colors of #FFB84F
Black with #FFB84F
Text Example
Text Example
White with #FFB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB84F; }
p { color: rgb(255,184,79); }
H1.HeaderClassName
{
color: #FFB84F;
}
.AnyTagClassName
{
color: #FFB84F;
}
</style>
background-color css
<style>
a { background-color: #FFB84F; }
a { background-color: rgb(255,184,79); }
div.DivClassName
{
background-color: #FFB84F;
}
.BgClassName
{
background-color: #FFB84F;
}
</style>
border-color css
<style>
span { border-color: #FFB84F; }
span { border-color: rgb(255,184,79); }
td.TdClassName
{
border-color: #FFB84F;
}
.TagClassName
{
border-color: #FFB84F;
}
</style>