Shades of Koromiko #FFB64B
Tints of Koromiko #FFB64B
RGB
CMYK
RGB Variations
Color information
#FFB64B (or 0xFFB64B) is known color: Koromiko. HEX triplet: FF, B6 and 4B. RGB value is (255,182,75). Sum of RGB (Red+Green+Blue) = 255+182+75=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB64B is #0049B4. Grayscale: #C0C0C0. Windows color (decimal): -18869 or 4962047. OLE color: 4962047.
HSL color Cylindrical-coordinate representation of color #FFB64B: hue angle of 35.67º 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 #FFB64B is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 75 | - |
| CMYK | 0 | 0.29 | 0.71 | 0 |
| HSL | 35.67º | 1% | 0.65% | - |
| HSV(B) | 35.67º | 0.71% | 1% | - |
| XYZ | 59.24 | 55.22 | 14.19 | - |
| YUV | 191.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 75 | 0 | 0.29 | 0.71 | 0 | 35.67 | 1 | 0.65 |
| Hex | FF | B6 | 4B | 0 | 1D | 47 | 0 | 24 | 64 | 41 |
| Octal | 377 | 266 | 113 | 0 | 35 | 107 | 0 | 44 | 144 | 101 |
| Binary | 11111111 | 10110110 | 1001011 | 0 | 11101 | 1000111 | 0 | 100100 | 1100100 | 1000001 |
Color Harmonies of #FFB64B
Complementary color
Monochromatic Colors of #FFB64B
Black with #FFB64B
Text Example
Text Example
White with #FFB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB64B; }
p { color: rgb(255,182,75); }
H1.HeaderClassName
{
color: #FFB64B;
}
.AnyTagClassName
{
color: #FFB64B;
}
</style>
background-color css
<style>
a { background-color: #FFB64B; }
a { background-color: rgb(255,182,75); }
div.DivClassName
{
background-color: #FFB64B;
}
.BgClassName
{
background-color: #FFB64B;
}
</style>
border-color css
<style>
span { border-color: #FFB64B; }
span { border-color: rgb(255,182,75); }
td.TdClassName
{
border-color: #FFB64B;
}
.TagClassName
{
border-color: #FFB64B;
}
</style>