Shades of Koromiko #FCAF50
Tints of Koromiko #FCAF50
RGB
CMYK
RGB Variations
Color information
#FCAF50 (or 0xFCAF50) is known color: Koromiko. HEX triplet: FC, AF and 50. RGB value is (252,175,80). Sum of RGB (Red+Green+Blue) = 252+175+80=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF50 is #0350AF. Grayscale: #BBBBBB. Windows color (decimal): -217264 or 5287932. OLE color: 5287932.
HSL color Cylindrical-coordinate representation of color #FCAF50: hue angle of 33.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCAF50 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 80 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.01 |
| HSL | 33.14º | 0.97% | 0.65% | - |
| HSV(B) | 33.14º | 0.68% | 0.99% | - |
| XYZ | 56.92 | 51.93 | 14.61 | - |
| YUV | 187.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 80 | 0 | 0.31 | 0.68 | 0.01 | 33.14 | 0.97 | 0.65 |
| Hex | FC | AF | 50 | 0 | 1F | 44 | 1 | 21 | 61 | 41 |
| Octal | 374 | 257 | 120 | 0 | 37 | 104 | 1 | 41 | 141 | 101 |
| Binary | 11111100 | 10101111 | 1010000 | 0 | 11111 | 1000100 | 1 | 100001 | 1100001 | 1000001 |
Color Harmonies of #FCAF50
Complementary color
Monochromatic Colors of #FCAF50
Black with #FCAF50
Text Example
Text Example
White with #FCAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF50; }
p { color: rgb(252,175,80); }
H1.HeaderClassName
{
color: #FCAF50;
}
.AnyTagClassName
{
color: #FCAF50;
}
</style>
background-color css
<style>
a { background-color: #FCAF50; }
a { background-color: rgb(252,175,80); }
div.DivClassName
{
background-color: #FCAF50;
}
.BgClassName
{
background-color: #FCAF50;
}
</style>
border-color css
<style>
span { border-color: #FCAF50; }
span { border-color: rgb(252,175,80); }
td.TdClassName
{
border-color: #FCAF50;
}
.TagClassName
{
border-color: #FCAF50;
}
</style>