Shades of Koromiko #F8AF4E
Tints of Koromiko #F8AF4E
RGB
CMYK
RGB Variations
Color information
#F8AF4E (or 0xF8AF4E) is known color: Koromiko. HEX triplet: F8, AF and 4E. RGB value is (248,175,78). Sum of RGB (Red+Green+Blue) = 248+175+78=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF4E is #0750B1. Grayscale: #BABABA. Windows color (decimal): -479410 or 5156856. OLE color: 5156856.
HSL color Cylindrical-coordinate representation of color #F8AF4E: hue angle of 34.24º degrees, saturation: 0.92, 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 #F8AF4E is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 78 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.03 |
| HSL | 34.24º | 0.92% | 0.64% | - |
| HSV(B) | 34.24º | 0.69% | 0.97% | - |
| XYZ | 55.42 | 51.17 | 14.16 | - |
| YUV | 185.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 78 | 0 | 0.29 | 0.69 | 0.03 | 34.24 | 0.92 | 0.64 |
| Hex | F8 | AF | 4E | 0 | 1D | 45 | 3 | 22 | 5C | 40 |
| Octal | 370 | 257 | 116 | 0 | 35 | 105 | 3 | 42 | 134 | 100 |
| Binary | 11111000 | 10101111 | 1001110 | 0 | 11101 | 1000101 | 11 | 100010 | 1011100 | 1000000 |
Color Harmonies of #F8AF4E
Complementary color
Monochromatic Colors of #F8AF4E
Black with #F8AF4E
Text Example
Text Example
White with #F8AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF4E; }
p { color: rgb(248,175,78); }
H1.HeaderClassName
{
color: #F8AF4E;
}
.AnyTagClassName
{
color: #F8AF4E;
}
</style>
background-color css
<style>
a { background-color: #F8AF4E; }
a { background-color: rgb(248,175,78); }
div.DivClassName
{
background-color: #F8AF4E;
}
.BgClassName
{
background-color: #F8AF4E;
}
</style>
border-color css
<style>
span { border-color: #F8AF4E; }
span { border-color: rgb(248,175,78); }
td.TdClassName
{
border-color: #F8AF4E;
}
.TagClassName
{
border-color: #F8AF4E;
}
</style>