Shades of Koromiko #F7B34D
Tints of Koromiko #F7B34D
RGB
CMYK
RGB Variations
Color information
#F7B34D (or 0xF7B34D) is known color: Koromiko. HEX triplet: F7, B3 and 4D. RGB value is (247,179,77). Sum of RGB (Red+Green+Blue) = 247+179+77=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B34D is #084CB2. Grayscale: #BCBCBC. Windows color (decimal): -543923 or 5092343. OLE color: 5092343.
HSL color Cylindrical-coordinate representation of color #F7B34D: hue angle of 36º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7B34D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 77 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.03 |
| HSL | 36º | 0.91% | 0.64% | - |
| HSV(B) | 36º | 0.69% | 0.97% | - |
| XYZ | 55.82 | 52.55 | 14.22 | - |
| YUV | 187.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 77 | 0 | 0.28 | 0.69 | 0.03 | 36 | 0.91 | 0.64 |
| Hex | F7 | B3 | 4D | 0 | 1C | 45 | 3 | 24 | 5B | 40 |
| Octal | 367 | 263 | 115 | 0 | 34 | 105 | 3 | 44 | 133 | 100 |
| Binary | 11110111 | 10110011 | 1001101 | 0 | 11100 | 1000101 | 11 | 100100 | 1011011 | 1000000 |
Color Harmonies of #F7B34D
Complementary color
Monochromatic Colors of #F7B34D
Black with #F7B34D
Text Example
Text Example
White with #F7B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B34D; }
p { color: rgb(247,179,77); }
H1.HeaderClassName
{
color: #F7B34D;
}
.AnyTagClassName
{
color: #F7B34D;
}
</style>
background-color css
<style>
a { background-color: #F7B34D; }
a { background-color: rgb(247,179,77); }
div.DivClassName
{
background-color: #F7B34D;
}
.BgClassName
{
background-color: #F7B34D;
}
</style>
border-color css
<style>
span { border-color: #F7B34D; }
span { border-color: rgb(247,179,77); }
td.TdClassName
{
border-color: #F7B34D;
}
.TagClassName
{
border-color: #F7B34D;
}
</style>