Shades of My Sin #FDB34A
Tints of My Sin #FDB34A
RGB
CMYK
RGB Variations
Color information
#FDB34A (or 0xFDB34A) is known color: My Sin. HEX triplet: FD, B3 and 4A. RGB value is (253,179,74). Sum of RGB (Red+Green+Blue) = 253+179+74=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB34A is #024CB5. Grayscale: #BDBDBD. Windows color (decimal): -150710 or 4895741. OLE color: 4895741.
HSL color Cylindrical-coordinate representation of color #FDB34A: hue angle of 35.2º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDB34A is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 74 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.01 |
| HSL | 35.2º | 0.98% | 0.64% | - |
| HSV(B) | 35.2º | 0.71% | 0.99% | - |
| XYZ | 57.86 | 53.62 | 13.78 | - |
| YUV | 189.16 | 63.02 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 74 | 0 | 0.29 | 0.71 | 0.01 | 35.2 | 0.98 | 0.64 |
| Hex | FD | B3 | 4A | 0 | 1D | 47 | 1 | 23 | 62 | 40 |
| Octal | 375 | 263 | 112 | 0 | 35 | 107 | 1 | 43 | 142 | 100 |
| Binary | 11111101 | 10110011 | 1001010 | 0 | 11101 | 1000111 | 1 | 100011 | 1100010 | 1000000 |
Color Harmonies of #FDB34A
Complementary color
Monochromatic Colors of #FDB34A
Black with #FDB34A
Text Example
Text Example
White with #FDB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB34A; }
p { color: rgb(253,179,74); }
H1.HeaderClassName
{
color: #FDB34A;
}
.AnyTagClassName
{
color: #FDB34A;
}
</style>
background-color css
<style>
a { background-color: #FDB34A; }
a { background-color: rgb(253,179,74); }
div.DivClassName
{
background-color: #FDB34A;
}
.BgClassName
{
background-color: #FDB34A;
}
</style>
border-color css
<style>
span { border-color: #FDB34A; }
span { border-color: rgb(253,179,74); }
td.TdClassName
{
border-color: #FDB34A;
}
.TagClassName
{
border-color: #FDB34A;
}
</style>