Shades of Koromiko #F7B450
Tints of Koromiko #F7B450
RGB
CMYK
RGB Variations
Color information
#F7B450 (or 0xF7B450) is known color: Koromiko. HEX triplet: F7, B4 and 50. RGB value is (247,180,80). Sum of RGB (Red+Green+Blue) = 247+180+80=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B450 is #084BAF. Grayscale: #BDBDBD. Windows color (decimal): -543664 or 5289207. OLE color: 5289207.
HSL color Cylindrical-coordinate representation of color #F7B450: hue angle of 35.93º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7B450 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 80 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.03 |
| HSL | 35.93º | 0.91% | 0.64% | - |
| HSV(B) | 35.93º | 0.68% | 0.97% | - |
| XYZ | 56.13 | 53 | 14.86 | - |
| YUV | 188.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 80 | 0 | 0.27 | 0.68 | 0.03 | 35.93 | 0.91 | 0.64 |
| Hex | F7 | B4 | 50 | 0 | 1B | 44 | 3 | 24 | 5B | 40 |
| Octal | 367 | 264 | 120 | 0 | 33 | 104 | 3 | 44 | 133 | 100 |
| Binary | 11110111 | 10110100 | 1010000 | 0 | 11011 | 1000100 | 11 | 100100 | 1011011 | 1000000 |
Color Harmonies of #F7B450
Complementary color
Monochromatic Colors of #F7B450
Black with #F7B450
Text Example
Text Example
White with #F7B450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B450; }
p { color: rgb(247,180,80); }
H1.HeaderClassName
{
color: #F7B450;
}
.AnyTagClassName
{
color: #F7B450;
}
</style>
background-color css
<style>
a { background-color: #F7B450; }
a { background-color: rgb(247,180,80); }
div.DivClassName
{
background-color: #F7B450;
}
.BgClassName
{
background-color: #F7B450;
}
</style>
border-color css
<style>
span { border-color: #F7B450; }
span { border-color: rgb(247,180,80); }
td.TdClassName
{
border-color: #F7B450;
}
.TagClassName
{
border-color: #F7B450;
}
</style>