Shades of Koromiko #FAB450
Tints of Koromiko #FAB450
RGB
CMYK
RGB Variations
Color information
#FAB450 (or 0xFAB450) is known color: Koromiko. HEX triplet: FA, B4 and 50. RGB value is (250,180,80). Sum of RGB (Red+Green+Blue) = 250+180+80=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB450 is #054BAF. Grayscale: #BEBEBE. Windows color (decimal): -347056 or 5289210. OLE color: 5289210.
HSL color Cylindrical-coordinate representation of color #FAB450: hue angle of 35.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAB450 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 80 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.02 |
| HSL | 35.29º | 0.94% | 0.65% | - |
| HSV(B) | 35.29º | 0.68% | 0.98% | - |
| XYZ | 57.19 | 53.55 | 14.91 | - |
| YUV | 189.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 80 | 0 | 0.28 | 0.68 | 0.02 | 35.29 | 0.94 | 0.65 |
| Hex | FA | B4 | 50 | 0 | 1C | 44 | 2 | 23 | 5E | 41 |
| Octal | 372 | 264 | 120 | 0 | 34 | 104 | 2 | 43 | 136 | 101 |
| Binary | 11111010 | 10110100 | 1010000 | 0 | 11100 | 1000100 | 10 | 100011 | 1011110 | 1000001 |
Color Harmonies of #FAB450
Complementary color
Monochromatic Colors of #FAB450
Black with #FAB450
Text Example
Text Example
White with #FAB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB450; }
p { color: rgb(250,180,80); }
H1.HeaderClassName
{
color: #FAB450;
}
.AnyTagClassName
{
color: #FAB450;
}
</style>
background-color css
<style>
a { background-color: #FAB450; }
a { background-color: rgb(250,180,80); }
div.DivClassName
{
background-color: #FAB450;
}
.BgClassName
{
background-color: #FAB450;
}
</style>
border-color css
<style>
span { border-color: #FAB450; }
span { border-color: rgb(250,180,80); }
td.TdClassName
{
border-color: #FAB450;
}
.TagClassName
{
border-color: #FAB450;
}
</style>