Shades of Koromiko #FFAF4F
Tints of Koromiko #FFAF4F
RGB
CMYK
RGB Variations
Color information
#FFAF4F (or 0xFFAF4F) is known color: Koromiko. HEX triplet: FF, AF and 4F. RGB value is (255,175,79). Sum of RGB (Red+Green+Blue) = 255+175+79=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF4F is #0050B0. Grayscale: #BCBCBC. Windows color (decimal): -20657 or 5222399. OLE color: 5222399.
HSL color Cylindrical-coordinate representation of color #FFAF4F: hue angle of 32.73º 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 #FFAF4F is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 79 | - |
| CMYK | 0 | 0.31 | 0.69 | 0 |
| HSL | 32.73º | 1% | 0.65% | - |
| HSV(B) | 32.73º | 0.69% | 1% | - |
| XYZ | 57.98 | 52.48 | 14.47 | - |
| YUV | 187.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 79 | 0 | 0.31 | 0.69 | 0 | 32.73 | 1 | 0.65 |
| Hex | FF | AF | 4F | 0 | 1F | 45 | 0 | 21 | 64 | 41 |
| Octal | 377 | 257 | 117 | 0 | 37 | 105 | 0 | 41 | 144 | 101 |
| Binary | 11111111 | 10101111 | 1001111 | 0 | 11111 | 1000101 | 0 | 100001 | 1100100 | 1000001 |
Color Harmonies of #FFAF4F
Complementary color
Monochromatic Colors of #FFAF4F
Black with #FFAF4F
Text Example
Text Example
White with #FFAF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF4F; }
p { color: rgb(255,175,79); }
H1.HeaderClassName
{
color: #FFAF4F;
}
.AnyTagClassName
{
color: #FFAF4F;
}
</style>
background-color css
<style>
a { background-color: #FFAF4F; }
a { background-color: rgb(255,175,79); }
div.DivClassName
{
background-color: #FFAF4F;
}
.BgClassName
{
background-color: #FFAF4F;
}
</style>
border-color css
<style>
span { border-color: #FFAF4F; }
span { border-color: rgb(255,175,79); }
td.TdClassName
{
border-color: #FFAF4F;
}
.TagClassName
{
border-color: #FFAF4F;
}
</style>