Shades of Koromiko #FAB64A
Tints of Koromiko #FAB64A
RGB
CMYK
RGB Variations
Color information
#FAB64A (or 0xFAB64A) is known color: Koromiko. HEX triplet: FA, B6 and 4A. RGB value is (250,182,74). Sum of RGB (Red+Green+Blue) = 250+182+74=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB64A is #0549B5. Grayscale: #BEBEBE. Windows color (decimal): -346550 or 4896506. OLE color: 4896506.
HSL color Cylindrical-coordinate representation of color #FAB64A: hue angle of 36.82º 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 #FAB64A is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 74 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.02 |
| HSL | 36.82º | 0.95% | 0.64% | - |
| HSV(B) | 36.82º | 0.7% | 0.98% | - |
| XYZ | 57.39 | 54.27 | 13.93 | - |
| YUV | 190.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 74 | 0 | 0.27 | 0.70 | 0.02 | 36.82 | 0.95 | 0.64 |
| Hex | FA | B6 | 4A | 0 | 1B | 46 | 2 | 25 | 5F | 40 |
| Octal | 372 | 266 | 112 | 0 | 33 | 106 | 2 | 45 | 137 | 100 |
| Binary | 11111010 | 10110110 | 1001010 | 0 | 11011 | 1000110 | 10 | 100101 | 1011111 | 1000000 |
Color Harmonies of #FAB64A
Complementary color
Monochromatic Colors of #FAB64A
Black with #FAB64A
Text Example
Text Example
White with #FAB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB64A; }
p { color: rgb(250,182,74); }
H1.HeaderClassName
{
color: #FAB64A;
}
.AnyTagClassName
{
color: #FAB64A;
}
</style>
background-color css
<style>
a { background-color: #FAB64A; }
a { background-color: rgb(250,182,74); }
div.DivClassName
{
background-color: #FAB64A;
}
.BgClassName
{
background-color: #FAB64A;
}
</style>
border-color css
<style>
span { border-color: #FAB64A; }
span { border-color: rgb(250,182,74); }
td.TdClassName
{
border-color: #FAB64A;
}
.TagClassName
{
border-color: #FAB64A;
}
</style>