Shades of Salomie #FDD67B
Tints of Salomie #FDD67B
RGB
CMYK
RGB Variations
Color information
#FDD67B (or 0xFDD67B) is known color: Salomie. HEX triplet: FD, D6 and 7B. RGB value is (253,214,123). Sum of RGB (Red+Green+Blue) = 253+214+123=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD67B is #022984. Grayscale: #D7D7D7. Windows color (decimal): -141701 or 8115965. OLE color: 8115965.
HSL color Cylindrical-coordinate representation of color #FDD67B: hue angle of 42º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDD67B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 123 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.01 |
| HSL | 42º | 0.97% | 0.74% | - |
| HSV(B) | 42º | 0.51% | 0.99% | - |
| XYZ | 68.13 | 70.41 | 28.74 | - |
| YUV | 215.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 123 | 0 | 0.15 | 0.51 | 0.01 | 42 | 0.97 | 0.74 |
| Hex | FD | D6 | 7B | 0 | F | 33 | 1 | 2A | 61 | 4A |
| Octal | 375 | 326 | 173 | 0 | 17 | 63 | 1 | 52 | 141 | 112 |
| Binary | 11111101 | 11010110 | 1111011 | 0 | 1111 | 110011 | 1 | 101010 | 1100001 | 1001010 |
Color Harmonies of #FDD67B
Complementary color
Monochromatic Colors of #FDD67B
Black with #FDD67B
Text Example
Text Example
White with #FDD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD67B; }
p { color: rgb(253,214,123); }
H1.HeaderClassName
{
color: #FDD67B;
}
.AnyTagClassName
{
color: #FDD67B;
}
</style>
background-color css
<style>
a { background-color: #FDD67B; }
a { background-color: rgb(253,214,123); }
div.DivClassName
{
background-color: #FDD67B;
}
.BgClassName
{
background-color: #FDD67B;
}
</style>
border-color css
<style>
span { border-color: #FDD67B; }
span { border-color: rgb(253,214,123); }
td.TdClassName
{
border-color: #FDD67B;
}
.TagClassName
{
border-color: #FDD67B;
}
</style>