Shades of Vis Vis #FEDF8A
Tints of Vis Vis #FEDF8A
RGB
CMYK
RGB Variations
Color information
#FEDF8A (or 0xFEDF8A) is known color: Vis Vis. HEX triplet: FE, DF and 8A. RGB value is (254,223,138). Sum of RGB (Red+Green+Blue) = 254+223+138=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF8A is #012075. Grayscale: #DEDEDE. Windows color (decimal): -73846 or 9101310. OLE color: 9101310.
HSL color Cylindrical-coordinate representation of color #FEDF8A: hue angle of 43.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEDF8A is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 138 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.00 |
| HSL | 43.97º | 0.98% | 0.77% | - |
| HSV(B) | 43.97º | 0.46% | 1% | - |
| XYZ | 71.85 | 75.68 | 34.87 | - |
| YUV | 222.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 138 | 0 | 0.12 | 0.46 | 0.00 | 43.97 | 0.98 | 0.77 |
| Hex | FE | DF | 8A | 0 | C | 2E | 0 | 2C | 62 | 4D |
| Octal | 376 | 337 | 212 | 0 | 14 | 56 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11011111 | 10001010 | 0 | 1100 | 101110 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEDF8A
Complementary color
Monochromatic Colors of #FEDF8A
Black with #FEDF8A
Text Example
Text Example
White with #FEDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF8A; }
p { color: rgb(254,223,138); }
H1.HeaderClassName
{
color: #FEDF8A;
}
.AnyTagClassName
{
color: #FEDF8A;
}
</style>
background-color css
<style>
a { background-color: #FEDF8A; }
a { background-color: rgb(254,223,138); }
div.DivClassName
{
background-color: #FEDF8A;
}
.BgClassName
{
background-color: #FEDF8A;
}
</style>
border-color css
<style>
span { border-color: #FEDF8A; }
span { border-color: rgb(254,223,138); }
td.TdClassName
{
border-color: #FEDF8A;
}
.TagClassName
{
border-color: #FEDF8A;
}
</style>