Shades of Koromiko #FFB74C
Tints of Koromiko #FFB74C
RGB
CMYK
RGB Variations
Color information
#FFB74C (or 0xFFB74C) is known color: Koromiko. HEX triplet: FF, B7 and 4C. RGB value is (255,183,76). Sum of RGB (Red+Green+Blue) = 255+183+76=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB74C is #0048B3. Grayscale: #C0C0C0. Windows color (decimal): -18612 or 5027839. OLE color: 5027839.
HSL color Cylindrical-coordinate representation of color #FFB74C: hue angle of 35.87º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFB74C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 76 | - |
| CMYK | 0 | 0.28 | 0.70 | 0 |
| HSL | 35.87º | 1% | 0.65% | - |
| HSV(B) | 35.87º | 0.7% | 1% | - |
| XYZ | 59.48 | 55.65 | 14.44 | - |
| YUV | 192.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 76 | 0 | 0.28 | 0.70 | 0 | 35.87 | 1 | 0.65 |
| Hex | FF | B7 | 4C | 0 | 1C | 46 | 0 | 24 | 64 | 41 |
| Octal | 377 | 267 | 114 | 0 | 34 | 106 | 0 | 44 | 144 | 101 |
| Binary | 11111111 | 10110111 | 1001100 | 0 | 11100 | 1000110 | 0 | 100100 | 1100100 | 1000001 |
Color Harmonies of #FFB74C
Complementary color
Monochromatic Colors of #FFB74C
Black with #FFB74C
Text Example
Text Example
White with #FFB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB74C; }
p { color: rgb(255,183,76); }
H1.HeaderClassName
{
color: #FFB74C;
}
.AnyTagClassName
{
color: #FFB74C;
}
</style>
background-color css
<style>
a { background-color: #FFB74C; }
a { background-color: rgb(255,183,76); }
div.DivClassName
{
background-color: #FFB74C;
}
.BgClassName
{
background-color: #FFB74C;
}
</style>
border-color css
<style>
span { border-color: #FFB74C; }
span { border-color: rgb(255,183,76); }
td.TdClassName
{
border-color: #FFB74C;
}
.TagClassName
{
border-color: #FFB74C;
}
</style>