Shades of Salomie #FED67C
Tints of Salomie #FED67C
RGB
CMYK
RGB Variations
Color information
#FED67C (or 0xFED67C) is known color: Salomie. HEX triplet: FE, D6 and 7C. RGB value is (254,214,124). Sum of RGB (Red+Green+Blue) = 254+214+124=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED67C is #012983. Grayscale: #D8D8D8. Windows color (decimal): -76164 or 8181502. OLE color: 8181502.
HSL color Cylindrical-coordinate representation of color #FED67C: hue angle of 41.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FED67C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 214 | 124 | - |
CMYK | 0 | 0.16 | 0.51 | 0.00 |
HSL | 41.54º | 0.98% | 0.74% | - |
HSV(B) | 41.54º | 0.51% | 1% | - |
XYZ | 68.56 | 70.62 | 29.09 | - |
YUV | 215.7 | 76.25 | 155.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 214 | 124 | 0 | 0.16 | 0.51 | 0.00 | 41.54 | 0.98 | 0.74 |
Hex | FE | D6 | 7C | 0 | 10 | 33 | 0 | 2A | 62 | 4A |
Octal | 376 | 326 | 174 | 0 | 20 | 63 | 0 | 52 | 142 | 112 |
Binary | 11111110 | 11010110 | 1111100 | 0 | 10000 | 110011 | 0 | 101010 | 1100010 | 1001010 |
Color Harmonies of #FED67C
Complementary color
Monochromatic Colors of #FED67C
Black with #FED67C
Text Example
Text Example
White with #FED67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED67C; }
p { color: rgb(254,214,124); }
H1.HeaderClassName
{
color: #FED67C;
}
.AnyTagClassName
{
color: #FED67C;
}
</style>
background-color css
<style>
a { background-color: #FED67C; }
a { background-color: rgb(254,214,124); }
div.DivClassName
{
background-color: #FED67C;
}
.BgClassName
{
background-color: #FED67C;
}
</style>
border-color css
<style>
span { border-color: #FED67C; }
span { border-color: rgb(254,214,124); }
td.TdClassName
{
border-color: #FED67C;
}
.TagClassName
{
border-color: #FED67C;
}
</style>