Shades of Salomie #FDD07B
Tints of Salomie #FDD07B
RGB
CMYK
RGB Variations
Color information
#FDD07B (or 0xFDD07B) is known color: Salomie. HEX triplet: FD, D0 and 7B. RGB value is (253,208,123). Sum of RGB (Red+Green+Blue) = 253+208+123=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD07B is #022F84. Grayscale: #D4D4D4. Windows color (decimal): -143237 or 8114429. OLE color: 8114429.
HSL color Cylindrical-coordinate representation of color #FDD07B: hue angle of 39.23º 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 #FDD07B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 123 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.01 |
| HSL | 39.23º | 0.97% | 0.74% | - |
| HSV(B) | 39.23º | 0.51% | 0.99% | - |
| XYZ | 66.64 | 67.42 | 28.24 | - |
| YUV | 211.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 123 | 0 | 0.18 | 0.51 | 0.01 | 39.23 | 0.97 | 0.74 |
| Hex | FD | D0 | 7B | 0 | 12 | 33 | 1 | 27 | 61 | 4A |
| Octal | 375 | 320 | 173 | 0 | 22 | 63 | 1 | 47 | 141 | 112 |
| Binary | 11111101 | 11010000 | 1111011 | 0 | 10010 | 110011 | 1 | 100111 | 1100001 | 1001010 |
Color Harmonies of #FDD07B
Complementary color
Monochromatic Colors of #FDD07B
Black with #FDD07B
Text Example
Text Example
White with #FDD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD07B; }
p { color: rgb(253,208,123); }
H1.HeaderClassName
{
color: #FDD07B;
}
.AnyTagClassName
{
color: #FDD07B;
}
</style>
background-color css
<style>
a { background-color: #FDD07B; }
a { background-color: rgb(253,208,123); }
div.DivClassName
{
background-color: #FDD07B;
}
.BgClassName
{
background-color: #FDD07B;
}
</style>
border-color css
<style>
span { border-color: #FDD07B; }
span { border-color: rgb(253,208,123); }
td.TdClassName
{
border-color: #FDD07B;
}
.TagClassName
{
border-color: #FDD07B;
}
</style>