Shades of Koromiko #FFB34B
Tints of Koromiko #FFB34B
RGB
CMYK
RGB Variations
Color information
#FFB34B (or 0xFFB34B) is known color: Koromiko. HEX triplet: FF, B3 and 4B. RGB value is (255,179,75). Sum of RGB (Red+Green+Blue) = 255+179+75=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB34B is #004CB4. Grayscale: #BEBEBE. Windows color (decimal): -19637 or 4961279. OLE color: 4961279.
HSL color Cylindrical-coordinate representation of color #FFB34B: hue angle of 34.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 #FFB34B is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 75 | - |
| CMYK | 0 | 0.30 | 0.71 | 0 |
| HSL | 34.67º | 1% | 0.65% | - |
| HSV(B) | 34.67º | 0.71% | 1% | - |
| XYZ | 58.63 | 54.01 | 13.99 | - |
| YUV | 189.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 75 | 0 | 0.30 | 0.71 | 0 | 34.67 | 1 | 0.65 |
| Hex | FF | B3 | 4B | 0 | 1E | 47 | 0 | 23 | 64 | 41 |
| Octal | 377 | 263 | 113 | 0 | 36 | 107 | 0 | 43 | 144 | 101 |
| Binary | 11111111 | 10110011 | 1001011 | 0 | 11110 | 1000111 | 0 | 100011 | 1100100 | 1000001 |
Color Harmonies of #FFB34B
Complementary color
Monochromatic Colors of #FFB34B
Black with #FFB34B
Text Example
Text Example
White with #FFB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB34B; }
p { color: rgb(255,179,75); }
H1.HeaderClassName
{
color: #FFB34B;
}
.AnyTagClassName
{
color: #FFB34B;
}
</style>
background-color css
<style>
a { background-color: #FFB34B; }
a { background-color: rgb(255,179,75); }
div.DivClassName
{
background-color: #FFB34B;
}
.BgClassName
{
background-color: #FFB34B;
}
</style>
border-color css
<style>
span { border-color: #FFB34B; }
span { border-color: rgb(255,179,75); }
td.TdClassName
{
border-color: #FFB34B;
}
.TagClassName
{
border-color: #FFB34B;
}
</style>