Shades of Koromiko #FFAF50
Tints of Koromiko #FFAF50
RGB
CMYK
RGB Variations
Color information
#FFAF50 (or 0xFFAF50) is known color: Koromiko. HEX triplet: FF, AF and 50. RGB value is (255,175,80). Sum of RGB (Red+Green+Blue) = 255+175+80=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF50 is #0050AF. Grayscale: #BCBCBC. Windows color (decimal): -20656 or 5287935. OLE color: 5287935.
HSL color Cylindrical-coordinate representation of color #FFAF50: hue angle of 32.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFAF50 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 80 | - |
| CMYK | 0 | 0.31 | 0.69 | 0 |
| HSL | 32.57º | 1% | 0.66% | - |
| HSV(B) | 32.57º | 0.69% | 1% | - |
| XYZ | 58.02 | 52.5 | 14.66 | - |
| YUV | 188.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 80 | 0 | 0.31 | 0.69 | 0 | 32.57 | 1 | 0.66 |
| Hex | FF | AF | 50 | 0 | 1F | 45 | 0 | 21 | 64 | 42 |
| Octal | 377 | 257 | 120 | 0 | 37 | 105 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10101111 | 1010000 | 0 | 11111 | 1000101 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFAF50
Complementary color
Monochromatic Colors of #FFAF50
Black with #FFAF50
Text Example
Text Example
White with #FFAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF50; }
p { color: rgb(255,175,80); }
H1.HeaderClassName
{
color: #FFAF50;
}
.AnyTagClassName
{
color: #FFAF50;
}
</style>
background-color css
<style>
a { background-color: #FFAF50; }
a { background-color: rgb(255,175,80); }
div.DivClassName
{
background-color: #FFAF50;
}
.BgClassName
{
background-color: #FFAF50;
}
</style>
border-color css
<style>
span { border-color: #FFAF50; }
span { border-color: rgb(255,175,80); }
td.TdClassName
{
border-color: #FFAF50;
}
.TagClassName
{
border-color: #FFAF50;
}
</style>