Shades of Koromiko #FFAF4E
Tints of Koromiko #FFAF4E
RGB
CMYK
RGB Variations
Color information
#FFAF4E (or 0xFFAF4E) is known color: Koromiko. HEX triplet: FF, AF and 4E. RGB value is (255,175,78). Sum of RGB (Red+Green+Blue) = 255+175+78=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF4E is #0050B1. Grayscale: #BCBCBC. Windows color (decimal): -20658 or 5156863. OLE color: 5156863.
HSL color Cylindrical-coordinate representation of color #FFAF4E: hue angle of 32.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFAF4E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 78 | - |
| CMYK | 0 | 0.31 | 0.69 | 0 |
| HSL | 32.88º | 1% | 0.65% | - |
| HSV(B) | 32.88º | 0.69% | 1% | - |
| XYZ | 57.95 | 52.47 | 14.28 | - |
| YUV | 187.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 78 | 0 | 0.31 | 0.69 | 0 | 32.88 | 1 | 0.65 |
| Hex | FF | AF | 4E | 0 | 1F | 45 | 0 | 21 | 64 | 41 |
| Octal | 377 | 257 | 116 | 0 | 37 | 105 | 0 | 41 | 144 | 101 |
| Binary | 11111111 | 10101111 | 1001110 | 0 | 11111 | 1000101 | 0 | 100001 | 1100100 | 1000001 |
Color Harmonies of #FFAF4E
Complementary color
Monochromatic Colors of #FFAF4E
Black with #FFAF4E
Text Example
Text Example
White with #FFAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF4E; }
p { color: rgb(255,175,78); }
H1.HeaderClassName
{
color: #FFAF4E;
}
.AnyTagClassName
{
color: #FFAF4E;
}
</style>
background-color css
<style>
a { background-color: #FFAF4E; }
a { background-color: rgb(255,175,78); }
div.DivClassName
{
background-color: #FFAF4E;
}
.BgClassName
{
background-color: #FFAF4E;
}
</style>
border-color css
<style>
span { border-color: #FFAF4E; }
span { border-color: rgb(255,175,78); }
td.TdClassName
{
border-color: #FFAF4E;
}
.TagClassName
{
border-color: #FFAF4E;
}
</style>