Shades of Koromiko #F7B54B
Tints of Koromiko #F7B54B
RGB
CMYK
RGB Variations
Color information
#F7B54B (or 0xF7B54B) is known color: Koromiko. HEX triplet: F7, B5 and 4B. RGB value is (247,181,75). Sum of RGB (Red+Green+Blue) = 247+181+75=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B54B is #084AB4. Grayscale: #BDBDBD. Windows color (decimal): -543413 or 4961783. OLE color: 4961783.
HSL color Cylindrical-coordinate representation of color #F7B54B: hue angle of 36.98º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7B54B is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 181 | 75 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.03 |
| HSL | 36.98º | 0.91% | 0.63% | - |
| HSV(B) | 36.98º | 0.7% | 0.97% | - |
| XYZ | 56.15 | 53.33 | 13.99 | - |
| YUV | 188.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 181 | 75 | 0 | 0.27 | 0.70 | 0.03 | 36.98 | 0.91 | 0.63 |
| Hex | F7 | B5 | 4B | 0 | 1B | 46 | 3 | 25 | 5B | 3F |
| Octal | 367 | 265 | 113 | 0 | 33 | 106 | 3 | 45 | 133 | 77 |
| Binary | 11110111 | 10110101 | 1001011 | 0 | 11011 | 1000110 | 11 | 100101 | 1011011 | 111111 |
Color Harmonies of #F7B54B
Complementary color
Monochromatic Colors of #F7B54B
Black with #F7B54B
Text Example
Text Example
White with #F7B54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B54B; }
p { color: rgb(247,181,75); }
H1.HeaderClassName
{
color: #F7B54B;
}
.AnyTagClassName
{
color: #F7B54B;
}
</style>
background-color css
<style>
a { background-color: #F7B54B; }
a { background-color: rgb(247,181,75); }
div.DivClassName
{
background-color: #F7B54B;
}
.BgClassName
{
background-color: #F7B54B;
}
</style>
border-color css
<style>
span { border-color: #F7B54B; }
span { border-color: rgb(247,181,75); }
td.TdClassName
{
border-color: #F7B54B;
}
.TagClassName
{
border-color: #F7B54B;
}
</style>