Shades of Koromiko #FFB454
Tints of Koromiko #FFB454
RGB
CMYK
RGB Variations
Color information
#FFB454 (or 0xFFB454) is known color: Koromiko. HEX triplet: FF, B4 and 54. RGB value is (255,180,84). Sum of RGB (Red+Green+Blue) = 255+180+84=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB454 is #004BAB. Grayscale: #BFBFBF. Windows color (decimal): -19372 or 5551359. OLE color: 5551359.
HSL color Cylindrical-coordinate representation of color #FFB454: hue angle of 33.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB454 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 84 | - |
| CMYK | 0 | 0.29 | 0.67 | 0 |
| HSL | 33.68º | 1% | 0.66% | - |
| HSV(B) | 33.68º | 0.67% | 1% | - |
| XYZ | 59.16 | 54.54 | 15.8 | - |
| YUV | 191.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 84 | 0 | 0.29 | 0.67 | 0 | 33.68 | 1 | 0.66 |
| Hex | FF | B4 | 54 | 0 | 1D | 43 | 0 | 22 | 64 | 42 |
| Octal | 377 | 264 | 124 | 0 | 35 | 103 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110100 | 1010100 | 0 | 11101 | 1000011 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB454
Complementary color
Monochromatic Colors of #FFB454
Black with #FFB454
Text Example
Text Example
White with #FFB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB454; }
p { color: rgb(255,180,84); }
H1.HeaderClassName
{
color: #FFB454;
}
.AnyTagClassName
{
color: #FFB454;
}
</style>
background-color css
<style>
a { background-color: #FFB454; }
a { background-color: rgb(255,180,84); }
div.DivClassName
{
background-color: #FFB454;
}
.BgClassName
{
background-color: #FFB454;
}
</style>
border-color css
<style>
span { border-color: #FFB454; }
span { border-color: rgb(255,180,84); }
td.TdClassName
{
border-color: #FFB454;
}
.TagClassName
{
border-color: #FFB454;
}
</style>