Shades of Koromiko #FAB34C
Tints of Koromiko #FAB34C
RGB
CMYK
RGB Variations
Color information
#FAB34C (or 0xFAB34C) is known color: Koromiko. HEX triplet: FA, B3 and 4C. RGB value is (250,179,76). Sum of RGB (Red+Green+Blue) = 250+179+76=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB34C is #054CB3. Grayscale: #BCBCBC. Windows color (decimal): -347316 or 5026810. OLE color: 5026810.
HSL color Cylindrical-coordinate representation of color #FAB34C: hue angle of 35.52º 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 #FAB34C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 76 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.02 |
| HSL | 35.52º | 0.95% | 0.64% | - |
| HSV(B) | 35.52º | 0.7% | 0.98% | - |
| XYZ | 56.85 | 53.09 | 14.09 | - |
| YUV | 188.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 76 | 0 | 0.28 | 0.70 | 0.02 | 35.52 | 0.95 | 0.64 |
| Hex | FA | B3 | 4C | 0 | 1C | 46 | 2 | 24 | 5F | 40 |
| Octal | 372 | 263 | 114 | 0 | 34 | 106 | 2 | 44 | 137 | 100 |
| Binary | 11111010 | 10110011 | 1001100 | 0 | 11100 | 1000110 | 10 | 100100 | 1011111 | 1000000 |
Color Harmonies of #FAB34C
Complementary color
Monochromatic Colors of #FAB34C
Black with #FAB34C
Text Example
Text Example
White with #FAB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB34C; }
p { color: rgb(250,179,76); }
H1.HeaderClassName
{
color: #FAB34C;
}
.AnyTagClassName
{
color: #FAB34C;
}
</style>
background-color css
<style>
a { background-color: #FAB34C; }
a { background-color: rgb(250,179,76); }
div.DivClassName
{
background-color: #FAB34C;
}
.BgClassName
{
background-color: #FAB34C;
}
</style>
border-color css
<style>
span { border-color: #FAB34C; }
span { border-color: rgb(250,179,76); }
td.TdClassName
{
border-color: #FAB34C;
}
.TagClassName
{
border-color: #FAB34C;
}
</style>