Shades of Salomie #FFD07A
Tints of Salomie #FFD07A
RGB
CMYK
RGB Variations
Color information
#FFD07A (or 0xFFD07A) is known color: Salomie. HEX triplet: FF, D0 and 7A. RGB value is (255,208,122). Sum of RGB (Red+Green+Blue) = 255+208+122=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD07A is #002F85. Grayscale: #D4D4D4. Windows color (decimal): -12166 or 8048895. OLE color: 8048895.
HSL color Cylindrical-coordinate representation of color #FFD07A: hue angle of 38.8º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFD07A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 122 | - |
| CMYK | 0 | 0.18 | 0.52 | 0 |
| HSL | 38.8º | 1% | 0.74% | - |
| HSV(B) | 38.8º | 0.52% | 1% | - |
| XYZ | 67.31 | 67.78 | 27.95 | - |
| YUV | 212.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 122 | 0 | 0.18 | 0.52 | 0 | 38.8 | 1 | 0.74 |
| Hex | FF | D0 | 7A | 0 | 12 | 34 | 0 | 27 | 64 | 4A |
| Octal | 377 | 320 | 172 | 0 | 22 | 64 | 0 | 47 | 144 | 112 |
| Binary | 11111111 | 11010000 | 1111010 | 0 | 10010 | 110100 | 0 | 100111 | 1100100 | 1001010 |
Color Harmonies of #FFD07A
Complementary color
Monochromatic Colors of #FFD07A
Black with #FFD07A
Text Example
Text Example
White with #FFD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD07A; }
p { color: rgb(255,208,122); }
H1.HeaderClassName
{
color: #FFD07A;
}
.AnyTagClassName
{
color: #FFD07A;
}
</style>
background-color css
<style>
a { background-color: #FFD07A; }
a { background-color: rgb(255,208,122); }
div.DivClassName
{
background-color: #FFD07A;
}
.BgClassName
{
background-color: #FFD07A;
}
</style>
border-color css
<style>
span { border-color: #FFD07A; }
span { border-color: rgb(255,208,122); }
td.TdClassName
{
border-color: #FFD07A;
}
.TagClassName
{
border-color: #FFD07A;
}
</style>