Shades of Koromiko #FDB04F
Tints of Koromiko #FDB04F
RGB
CMYK
RGB Variations
Color information
#FDB04F (or 0xFDB04F) is known color: Koromiko. HEX triplet: FD, B0 and 4F. RGB value is (253,176,79). Sum of RGB (Red+Green+Blue) = 253+176+79=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB04F is #024FB0. Grayscale: #BCBCBC. Windows color (decimal): -151473 or 5222653. OLE color: 5222653.
HSL color Cylindrical-coordinate representation of color #FDB04F: hue angle of 33.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDB04F is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 79 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.01 |
| HSL | 33.45º | 0.98% | 0.65% | - |
| HSV(B) | 33.45º | 0.69% | 0.99% | - |
| XYZ | 57.44 | 52.5 | 14.5 | - |
| YUV | 187.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 79 | 0 | 0.30 | 0.69 | 0.01 | 33.45 | 0.98 | 0.65 |
| Hex | FD | B0 | 4F | 0 | 1E | 45 | 1 | 21 | 62 | 41 |
| Octal | 375 | 260 | 117 | 0 | 36 | 105 | 1 | 41 | 142 | 101 |
| Binary | 11111101 | 10110000 | 1001111 | 0 | 11110 | 1000101 | 1 | 100001 | 1100010 | 1000001 |
Color Harmonies of #FDB04F
Complementary color
Monochromatic Colors of #FDB04F
Black with #FDB04F
Text Example
Text Example
White with #FDB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB04F; }
p { color: rgb(253,176,79); }
H1.HeaderClassName
{
color: #FDB04F;
}
.AnyTagClassName
{
color: #FDB04F;
}
</style>
background-color css
<style>
a { background-color: #FDB04F; }
a { background-color: rgb(253,176,79); }
div.DivClassName
{
background-color: #FDB04F;
}
.BgClassName
{
background-color: #FDB04F;
}
</style>
border-color css
<style>
span { border-color: #FDB04F; }
span { border-color: rgb(253,176,79); }
td.TdClassName
{
border-color: #FDB04F;
}
.TagClassName
{
border-color: #FDB04F;
}
</style>