Shades of My Sin #FDB24A
Tints of My Sin #FDB24A
RGB
CMYK
RGB Variations
Color information
#FDB24A (or 0xFDB24A) is known color: My Sin. HEX triplet: FD, B2 and 4A. RGB value is (253,178,74). Sum of RGB (Red+Green+Blue) = 253+178+74=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB24A is #024DB5. Grayscale: #BDBDBD. Windows color (decimal): -150966 or 4895485. OLE color: 4895485.
HSL color Cylindrical-coordinate representation of color #FDB24A: hue angle of 34.86º 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 #FDB24A is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 74 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.01 |
| HSL | 34.86º | 0.98% | 0.64% | - |
| HSV(B) | 34.86º | 0.71% | 0.99% | - |
| XYZ | 57.66 | 53.22 | 13.71 | - |
| YUV | 188.57 | 63.35 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 74 | 0 | 0.30 | 0.71 | 0.01 | 34.86 | 0.98 | 0.64 |
| Hex | FD | B2 | 4A | 0 | 1E | 47 | 1 | 23 | 62 | 40 |
| Octal | 375 | 262 | 112 | 0 | 36 | 107 | 1 | 43 | 142 | 100 |
| Binary | 11111101 | 10110010 | 1001010 | 0 | 11110 | 1000111 | 1 | 100011 | 1100010 | 1000000 |
Color Harmonies of #FDB24A
Complementary color
Monochromatic Colors of #FDB24A
Black with #FDB24A
Text Example
Text Example
White with #FDB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB24A; }
p { color: rgb(253,178,74); }
H1.HeaderClassName
{
color: #FDB24A;
}
.AnyTagClassName
{
color: #FDB24A;
}
</style>
background-color css
<style>
a { background-color: #FDB24A; }
a { background-color: rgb(253,178,74); }
div.DivClassName
{
background-color: #FDB24A;
}
.BgClassName
{
background-color: #FDB24A;
}
</style>
border-color css
<style>
span { border-color: #FDB24A; }
span { border-color: rgb(253,178,74); }
td.TdClassName
{
border-color: #FDB24A;
}
.TagClassName
{
border-color: #FDB24A;
}
</style>