Shades of Koromiko #FFB54C
Tints of Koromiko #FFB54C
RGB
CMYK
RGB Variations
Color information
#FFB54C (or 0xFFB54C) is known color: Koromiko. HEX triplet: FF, B5 and 4C. RGB value is (255,181,76). Sum of RGB (Red+Green+Blue) = 255+181+76=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB54C is #004AB3. Grayscale: #BFBFBF. Windows color (decimal): -19124 or 5027327. OLE color: 5027327.
HSL color Cylindrical-coordinate representation of color #FFB54C: hue angle of 35.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFB54C is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 76 | - |
| CMYK | 0 | 0.29 | 0.70 | 0 |
| HSL | 35.2º | 1% | 0.65% | - |
| HSV(B) | 35.2º | 0.7% | 1% | - |
| XYZ | 59.07 | 54.83 | 14.31 | - |
| YUV | 191.16 | 63.02 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 76 | 0 | 0.29 | 0.70 | 0 | 35.2 | 1 | 0.65 |
| Hex | FF | B5 | 4C | 0 | 1D | 46 | 0 | 23 | 64 | 41 |
| Octal | 377 | 265 | 114 | 0 | 35 | 106 | 0 | 43 | 144 | 101 |
| Binary | 11111111 | 10110101 | 1001100 | 0 | 11101 | 1000110 | 0 | 100011 | 1100100 | 1000001 |
Color Harmonies of #FFB54C
Complementary color
Monochromatic Colors of #FFB54C
Black with #FFB54C
Text Example
Text Example
White with #FFB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB54C; }
p { color: rgb(255,181,76); }
H1.HeaderClassName
{
color: #FFB54C;
}
.AnyTagClassName
{
color: #FFB54C;
}
</style>
background-color css
<style>
a { background-color: #FFB54C; }
a { background-color: rgb(255,181,76); }
div.DivClassName
{
background-color: #FFB54C;
}
.BgClassName
{
background-color: #FFB54C;
}
</style>
border-color css
<style>
span { border-color: #FFB54C; }
span { border-color: rgb(255,181,76); }
td.TdClassName
{
border-color: #FFB54C;
}
.TagClassName
{
border-color: #FFB54C;
}
</style>