Shades of Salomie #FDD383
Tints of Salomie #FDD383
RGB
CMYK
RGB Variations
Color information
#FDD383 (or 0xFDD383) is known color: Salomie. HEX triplet: FD, D3 and 83. RGB value is (253,211,131). Sum of RGB (Red+Green+Blue) = 253+211+131=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD383 is #022C7C. Grayscale: #D6D6D6. Windows color (decimal): -142461 or 8639485. OLE color: 8639485.
HSL color Cylindrical-coordinate representation of color #FDD383: hue angle of 39.34º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDD383 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 131 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.01 |
| HSL | 39.34º | 0.97% | 0.75% | - |
| HSV(B) | 39.34º | 0.48% | 0.99% | - |
| XYZ | 67.9 | 69.11 | 31.23 | - |
| YUV | 214.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 131 | 0 | 0.17 | 0.48 | 0.01 | 39.34 | 0.97 | 0.75 |
| Hex | FD | D3 | 83 | 0 | 11 | 30 | 1 | 27 | 61 | 4B |
| Octal | 375 | 323 | 203 | 0 | 21 | 60 | 1 | 47 | 141 | 113 |
| Binary | 11111101 | 11010011 | 10000011 | 0 | 10001 | 110000 | 1 | 100111 | 1100001 | 1001011 |
Color Harmonies of #FDD383
Complementary color
Monochromatic Colors of #FDD383
Black with #FDD383
Text Example
Text Example
White with #FDD383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD383; }
p { color: rgb(253,211,131); }
H1.HeaderClassName
{
color: #FDD383;
}
.AnyTagClassName
{
color: #FDD383;
}
</style>
background-color css
<style>
a { background-color: #FDD383; }
a { background-color: rgb(253,211,131); }
div.DivClassName
{
background-color: #FDD383;
}
.BgClassName
{
background-color: #FDD383;
}
</style>
border-color css
<style>
span { border-color: #FDD383; }
span { border-color: rgb(253,211,131); }
td.TdClassName
{
border-color: #FDD383;
}
.TagClassName
{
border-color: #FDD383;
}
</style>