Shades of Pale Prim #FEF39A
Tints of Pale Prim #FEF39A
RGB
CMYK
RGB Variations
Color information
#FEF39A (or 0xFEF39A) is known color: Pale Prim. HEX triplet: FE, F3 and 9A. RGB value is (254,243,154). Sum of RGB (Red+Green+Blue) = 254+243+154=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 154 (60.55% from 255 or 23.66% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF39A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF39A is #010C65. Grayscale: #ECECEC. Windows color (decimal): -68710 or 10155006. OLE color: 10155006.
HSL color Cylindrical-coordinate representation of color #FEF39A: hue angle of 53.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEF39A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 154 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.00 |
| HSL | 53.4º | 0.98% | 0.8% | - |
| HSV(B) | 53.4º | 0.39% | 1% | - |
| XYZ | 78.76 | 87.51 | 43.31 | - |
| YUV | 236.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 154 | 0 | 0.04 | 0.39 | 0.00 | 53.4 | 0.98 | 0.8 |
| Hex | FE | F3 | 9A | 0 | 4 | 27 | 0 | 35 | 62 | 50 |
| Octal | 376 | 363 | 232 | 0 | 4 | 47 | 0 | 65 | 142 | 120 |
| Binary | 11111110 | 11110011 | 10011010 | 0 | 100 | 100111 | 0 | 110101 | 1100010 | 1010000 |
Color Harmonies of #FEF39A
Complementary color
Monochromatic Colors of #FEF39A
Black with #FEF39A
Text Example
Text Example
White with #FEF39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF39A; }
p { color: rgb(254,243,154); }
H1.HeaderClassName
{
color: #FEF39A;
}
.AnyTagClassName
{
color: #FEF39A;
}
</style>
background-color css
<style>
a { background-color: #FEF39A; }
a { background-color: rgb(254,243,154); }
div.DivClassName
{
background-color: #FEF39A;
}
.BgClassName
{
background-color: #FEF39A;
}
</style>
border-color css
<style>
span { border-color: #FEF39A; }
span { border-color: rgb(254,243,154); }
td.TdClassName
{
border-color: #FEF39A;
}
.TagClassName
{
border-color: #FEF39A;
}
</style>