Shades of Koromiko #FAB84A
Tints of Koromiko #FAB84A
RGB
CMYK
RGB Variations
Color information
#FAB84A (or 0xFAB84A) is known color: Koromiko. HEX triplet: FA, B8 and 4A. RGB value is (250,184,74). Sum of RGB (Red+Green+Blue) = 250+184+74=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB84A is #0547B5. Grayscale: #BFBFBF. Windows color (decimal): -346038 or 4897018. OLE color: 4897018.
HSL color Cylindrical-coordinate representation of color #FAB84A: hue angle of 37.5º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAB84A is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 74 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.02 |
| HSL | 37.5º | 0.95% | 0.64% | - |
| HSV(B) | 37.5º | 0.7% | 0.98% | - |
| XYZ | 57.8 | 55.1 | 14.07 | - |
| YUV | 191.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 74 | 0 | 0.26 | 0.70 | 0.02 | 37.5 | 0.95 | 0.64 |
| Hex | FA | B8 | 4A | 0 | 1A | 46 | 2 | 26 | 5F | 40 |
| Octal | 372 | 270 | 112 | 0 | 32 | 106 | 2 | 46 | 137 | 100 |
| Binary | 11111010 | 10111000 | 1001010 | 0 | 11010 | 1000110 | 10 | 100110 | 1011111 | 1000000 |
Color Harmonies of #FAB84A
Complementary color
Monochromatic Colors of #FAB84A
Black with #FAB84A
Text Example
Text Example
White with #FAB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB84A; }
p { color: rgb(250,184,74); }
H1.HeaderClassName
{
color: #FAB84A;
}
.AnyTagClassName
{
color: #FAB84A;
}
</style>
background-color css
<style>
a { background-color: #FAB84A; }
a { background-color: rgb(250,184,74); }
div.DivClassName
{
background-color: #FAB84A;
}
.BgClassName
{
background-color: #FAB84A;
}
</style>
border-color css
<style>
span { border-color: #FAB84A; }
span { border-color: rgb(250,184,74); }
td.TdClassName
{
border-color: #FAB84A;
}
.TagClassName
{
border-color: #FAB84A;
}
</style>