Shades of Koromiko #FAB454
Tints of Koromiko #FAB454
RGB
CMYK
RGB Variations
Color information
#FAB454 (or 0xFAB454) is known color: Koromiko. HEX triplet: FA, B4 and 54. RGB value is (250,180,84). Sum of RGB (Red+Green+Blue) = 250+180+84=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB454 is #054BAB. Grayscale: #BEBEBE. Windows color (decimal): -347052 or 5551354. OLE color: 5551354.
HSL color Cylindrical-coordinate representation of color #FAB454: hue angle of 34.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAB454 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 84 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.02 |
| HSL | 34.7º | 0.94% | 0.65% | - |
| HSV(B) | 34.7º | 0.66% | 0.98% | - |
| XYZ | 57.35 | 53.61 | 15.71 | - |
| YUV | 189.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 84 | 0 | 0.28 | 0.66 | 0.02 | 34.7 | 0.94 | 0.65 |
| Hex | FA | B4 | 54 | 0 | 1C | 42 | 2 | 23 | 5E | 41 |
| Octal | 372 | 264 | 124 | 0 | 34 | 102 | 2 | 43 | 136 | 101 |
| Binary | 11111010 | 10110100 | 1010100 | 0 | 11100 | 1000010 | 10 | 100011 | 1011110 | 1000001 |
Color Harmonies of #FAB454
Complementary color
Monochromatic Colors of #FAB454
Black with #FAB454
Text Example
Text Example
White with #FAB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB454; }
p { color: rgb(250,180,84); }
H1.HeaderClassName
{
color: #FAB454;
}
.AnyTagClassName
{
color: #FAB454;
}
</style>
background-color css
<style>
a { background-color: #FAB454; }
a { background-color: rgb(250,180,84); }
div.DivClassName
{
background-color: #FAB454;
}
.BgClassName
{
background-color: #FAB454;
}
</style>
border-color css
<style>
span { border-color: #FAB454; }
span { border-color: rgb(250,180,84); }
td.TdClassName
{
border-color: #FAB454;
}
.TagClassName
{
border-color: #FAB454;
}
</style>