Shades of Salomie #FED07A
Tints of Salomie #FED07A
RGB
CMYK
RGB Variations
Color information
#FED07A (or 0xFED07A) is known color: Salomie. HEX triplet: FE, D0 and 7A. RGB value is (254,208,122). Sum of RGB (Red+Green+Blue) = 254+208+122=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED07A is #012F85. Grayscale: #D4D4D4. Windows color (decimal): -77702 or 8048894. OLE color: 8048894.
HSL color Cylindrical-coordinate representation of color #FED07A: hue angle of 39.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED07A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 122 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.00 |
| HSL | 39.09º | 0.99% | 0.74% | - |
| HSV(B) | 39.09º | 0.52% | 1% | - |
| XYZ | 66.94 | 67.59 | 27.93 | - |
| YUV | 211.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 122 | 0 | 0.18 | 0.52 | 0.00 | 39.09 | 0.99 | 0.74 |
| Hex | FE | D0 | 7A | 0 | 12 | 34 | 0 | 27 | 63 | 4A |
| Octal | 376 | 320 | 172 | 0 | 22 | 64 | 0 | 47 | 143 | 112 |
| Binary | 11111110 | 11010000 | 1111010 | 0 | 10010 | 110100 | 0 | 100111 | 1100011 | 1001010 |
Color Harmonies of #FED07A
Complementary color
Monochromatic Colors of #FED07A
Black with #FED07A
Text Example
Text Example
White with #FED07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED07A; }
p { color: rgb(254,208,122); }
H1.HeaderClassName
{
color: #FED07A;
}
.AnyTagClassName
{
color: #FED07A;
}
</style>
background-color css
<style>
a { background-color: #FED07A; }
a { background-color: rgb(254,208,122); }
div.DivClassName
{
background-color: #FED07A;
}
.BgClassName
{
background-color: #FED07A;
}
</style>
border-color css
<style>
span { border-color: #FED07A; }
span { border-color: rgb(254,208,122); }
td.TdClassName
{
border-color: #FED07A;
}
.TagClassName
{
border-color: #FED07A;
}
</style>