Shades of Koromiko #FFB74B
Tints of Koromiko #FFB74B
RGB
CMYK
RGB Variations
Color information
#FFB74B (or 0xFFB74B) is known color: Koromiko. HEX triplet: FF, B7 and 4B. RGB value is (255,183,75). Sum of RGB (Red+Green+Blue) = 255+183+75=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB74B is #0048B4. Grayscale: #C0C0C0. Windows color (decimal): -18613 or 4962303. OLE color: 4962303.
HSL color Cylindrical-coordinate representation of color #FFB74B: hue angle of 36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFB74B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 75 | - |
| CMYK | 0 | 0.28 | 0.71 | 0 |
| HSL | 36º | 1% | 0.65% | - |
| HSV(B) | 36º | 0.71% | 1% | - |
| XYZ | 59.44 | 55.63 | 14.26 | - |
| YUV | 192.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 75 | 0 | 0.28 | 0.71 | 0 | 36 | 1 | 0.65 |
| Hex | FF | B7 | 4B | 0 | 1C | 47 | 0 | 24 | 64 | 41 |
| Octal | 377 | 267 | 113 | 0 | 34 | 107 | 0 | 44 | 144 | 101 |
| Binary | 11111111 | 10110111 | 1001011 | 0 | 11100 | 1000111 | 0 | 100100 | 1100100 | 1000001 |
Color Harmonies of #FFB74B
Complementary color
Monochromatic Colors of #FFB74B
Black with #FFB74B
Text Example
Text Example
White with #FFB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB74B; }
p { color: rgb(255,183,75); }
H1.HeaderClassName
{
color: #FFB74B;
}
.AnyTagClassName
{
color: #FFB74B;
}
</style>
background-color css
<style>
a { background-color: #FFB74B; }
a { background-color: rgb(255,183,75); }
div.DivClassName
{
background-color: #FFB74B;
}
.BgClassName
{
background-color: #FFB74B;
}
</style>
border-color css
<style>
span { border-color: #FFB74B; }
span { border-color: rgb(255,183,75); }
td.TdClassName
{
border-color: #FFB74B;
}
.TagClassName
{
border-color: #FFB74B;
}
</style>