Shades of Koromiko #FDB251
Tints of Koromiko #FDB251
RGB
CMYK
RGB Variations
Color information
#FDB251 (or 0xFDB251) is known color: Koromiko. HEX triplet: FD, B2 and 51. RGB value is (253,178,81). Sum of RGB (Red+Green+Blue) = 253+178+81=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB251 is #024DAE. Grayscale: #BDBDBD. Windows color (decimal): -150959 or 5354237. OLE color: 5354237.
HSL color Cylindrical-coordinate representation of color #FDB251: hue angle of 33.84º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDB251 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 81 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.01 |
| HSL | 33.84º | 0.98% | 0.65% | - |
| HSV(B) | 33.84º | 0.68% | 0.99% | - |
| XYZ | 57.91 | 53.32 | 15.02 | - |
| YUV | 189.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 81 | 0 | 0.30 | 0.68 | 0.01 | 33.84 | 0.98 | 0.65 |
| Hex | FD | B2 | 51 | 0 | 1E | 44 | 1 | 22 | 62 | 41 |
| Octal | 375 | 262 | 121 | 0 | 36 | 104 | 1 | 42 | 142 | 101 |
| Binary | 11111101 | 10110010 | 1010001 | 0 | 11110 | 1000100 | 1 | 100010 | 1100010 | 1000001 |
Color Harmonies of #FDB251
Complementary color
Monochromatic Colors of #FDB251
Black with #FDB251
Text Example
Text Example
White with #FDB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB251; }
p { color: rgb(253,178,81); }
H1.HeaderClassName
{
color: #FDB251;
}
.AnyTagClassName
{
color: #FDB251;
}
</style>
background-color css
<style>
a { background-color: #FDB251; }
a { background-color: rgb(253,178,81); }
div.DivClassName
{
background-color: #FDB251;
}
.BgClassName
{
background-color: #FDB251;
}
</style>
border-color css
<style>
span { border-color: #FDB251; }
span { border-color: rgb(253,178,81); }
td.TdClassName
{
border-color: #FDB251;
}
.TagClassName
{
border-color: #FDB251;
}
</style>