Shades of Koromiko #FFB452
Tints of Koromiko #FFB452
RGB
CMYK
RGB Variations
Color information
#FFB452 (or 0xFFB452) is known color: Koromiko. HEX triplet: FF, B4 and 52. RGB value is (255,180,82). Sum of RGB (Red+Green+Blue) = 255+180+82=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB452 is #004BAD. Grayscale: #BFBFBF. Windows color (decimal): -19374 or 5420287. OLE color: 5420287.
HSL color Cylindrical-coordinate representation of color #FFB452: hue angle of 33.99º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFB452 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 82 | - |
| CMYK | 0 | 0.29 | 0.68 | 0 |
| HSL | 33.99º | 1% | 0.66% | - |
| HSV(B) | 33.99º | 0.68% | 1% | - |
| XYZ | 59.08 | 54.51 | 15.39 | - |
| YUV | 191.25 | 66.35 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 82 | 0 | 0.29 | 0.68 | 0 | 33.99 | 1 | 0.66 |
| Hex | FF | B4 | 52 | 0 | 1D | 44 | 0 | 22 | 64 | 42 |
| Octal | 377 | 264 | 122 | 0 | 35 | 104 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110100 | 1010010 | 0 | 11101 | 1000100 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB452
Complementary color
Monochromatic Colors of #FFB452
Black with #FFB452
Text Example
Text Example
White with #FFB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB452; }
p { color: rgb(255,180,82); }
H1.HeaderClassName
{
color: #FFB452;
}
.AnyTagClassName
{
color: #FFB452;
}
</style>
background-color css
<style>
a { background-color: #FFB452; }
a { background-color: rgb(255,180,82); }
div.DivClassName
{
background-color: #FFB452;
}
.BgClassName
{
background-color: #FFB452;
}
</style>
border-color css
<style>
span { border-color: #FFB452; }
span { border-color: rgb(255,180,82); }
td.TdClassName
{
border-color: #FFB452;
}
.TagClassName
{
border-color: #FFB452;
}
</style>