Shades of Salomie #FED67A
Tints of Salomie #FED67A
RGB
CMYK
RGB Variations
Color information
#FED67A (or 0xFED67A) is known color: Salomie. HEX triplet: FE, D6 and 7A. RGB value is (254,214,122). Sum of RGB (Red+Green+Blue) = 254+214+122=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FED67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED67A is #012985. Grayscale: #D7D7D7. Windows color (decimal): -76166 or 8050430. OLE color: 8050430.
HSL color Cylindrical-coordinate representation of color #FED67A: hue angle of 41.82º 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 #FED67A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 122 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.00 |
| HSL | 41.82º | 0.99% | 0.74% | - |
| HSV(B) | 41.82º | 0.52% | 1% | - |
| XYZ | 68.43 | 70.57 | 28.43 | - |
| YUV | 215.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 122 | 0 | 0.16 | 0.52 | 0.00 | 41.82 | 0.99 | 0.74 |
| Hex | FE | D6 | 7A | 0 | 10 | 34 | 0 | 2A | 63 | 4A |
| Octal | 376 | 326 | 172 | 0 | 20 | 64 | 0 | 52 | 143 | 112 |
| Binary | 11111110 | 11010110 | 1111010 | 0 | 10000 | 110100 | 0 | 101010 | 1100011 | 1001010 |
Color Harmonies of #FED67A
Complementary color
Monochromatic Colors of #FED67A
Black with #FED67A
Text Example
Text Example
White with #FED67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED67A; }
p { color: rgb(254,214,122); }
H1.HeaderClassName
{
color: #FED67A;
}
.AnyTagClassName
{
color: #FED67A;
}
</style>
background-color css
<style>
a { background-color: #FED67A; }
a { background-color: rgb(254,214,122); }
div.DivClassName
{
background-color: #FED67A;
}
.BgClassName
{
background-color: #FED67A;
}
</style>
border-color css
<style>
span { border-color: #FED67A; }
span { border-color: rgb(254,214,122); }
td.TdClassName
{
border-color: #FED67A;
}
.TagClassName
{
border-color: #FED67A;
}
</style>