Shades of Koromiko #FFB84B
Tints of Koromiko #FFB84B
RGB
CMYK
RGB Variations
Color information
#FFB84B (or 0xFFB84B) is known color: Koromiko. HEX triplet: FF, B8 and 4B. RGB value is (255,184,75). Sum of RGB (Red+Green+Blue) = 255+184+75=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB84B is #0047B4. Grayscale: #C1C1C1. Windows color (decimal): -18357 or 4962559. OLE color: 4962559.
HSL color Cylindrical-coordinate representation of color #FFB84B: hue angle of 36.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFB84B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 75 | - |
| CMYK | 0 | 0.28 | 0.71 | 0 |
| HSL | 36.33º | 1% | 0.65% | - |
| HSV(B) | 36.33º | 0.71% | 1% | - |
| XYZ | 59.65 | 56.05 | 14.33 | - |
| YUV | 192.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 75 | 0 | 0.28 | 0.71 | 0 | 36.33 | 1 | 0.65 |
| Hex | FF | B8 | 4B | 0 | 1C | 47 | 0 | 24 | 64 | 41 |
| Octal | 377 | 270 | 113 | 0 | 34 | 107 | 0 | 44 | 144 | 101 |
| Binary | 11111111 | 10111000 | 1001011 | 0 | 11100 | 1000111 | 0 | 100100 | 1100100 | 1000001 |
Color Harmonies of #FFB84B
Complementary color
Monochromatic Colors of #FFB84B
Black with #FFB84B
Text Example
Text Example
White with #FFB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB84B; }
p { color: rgb(255,184,75); }
H1.HeaderClassName
{
color: #FFB84B;
}
.AnyTagClassName
{
color: #FFB84B;
}
</style>
background-color css
<style>
a { background-color: #FFB84B; }
a { background-color: rgb(255,184,75); }
div.DivClassName
{
background-color: #FFB84B;
}
.BgClassName
{
background-color: #FFB84B;
}
</style>
border-color css
<style>
span { border-color: #FFB84B; }
span { border-color: rgb(255,184,75); }
td.TdClassName
{
border-color: #FFB84B;
}
.TagClassName
{
border-color: #FFB84B;
}
</style>