Shades of Paris Daisy #FEF353
Tints of Paris Daisy #FEF353
RGB
CMYK
RGB Variations
Color information
#FEF353 (or 0xFEF353) is known color: Paris Daisy. HEX triplet: FE, F3 and 53. RGB value is (254,243,83). Sum of RGB (Red+Green+Blue) = 254+243+83=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 83 (32.81% from 255 or 14.31% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF353 is #010CAC. Grayscale: #E4E4E4. Windows color (decimal): -68781 or 5501950. OLE color: 5501950.
HSL color Cylindrical-coordinate representation of color #FEF353: hue angle of 56.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEF353 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 83 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.00 |
| HSL | 56.14º | 0.99% | 0.66% | - |
| HSV(B) | 56.14º | 0.67% | 1% | - |
| XYZ | 74.48 | 85.8 | 20.82 | - |
| YUV | 228.05 | 46.14 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 83 | 0 | 0.04 | 0.67 | 0.00 | 56.14 | 0.99 | 0.66 |
| Hex | FE | F3 | 53 | 0 | 4 | 43 | 0 | 38 | 63 | 42 |
| Octal | 376 | 363 | 123 | 0 | 4 | 103 | 0 | 70 | 143 | 102 |
| Binary | 11111110 | 11110011 | 1010011 | 0 | 100 | 1000011 | 0 | 111000 | 1100011 | 1000010 |
Color Harmonies of #FEF353
Complementary color
Monochromatic Colors of #FEF353
Black with #FEF353
Text Example
Text Example
White with #FEF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF353; }
p { color: rgb(254,243,83); }
H1.HeaderClassName
{
color: #FEF353;
}
.AnyTagClassName
{
color: #FEF353;
}
</style>
background-color css
<style>
a { background-color: #FEF353; }
a { background-color: rgb(254,243,83); }
div.DivClassName
{
background-color: #FEF353;
}
.BgClassName
{
background-color: #FEF353;
}
</style>
border-color css
<style>
span { border-color: #FEF353; }
span { border-color: rgb(254,243,83); }
td.TdClassName
{
border-color: #FEF353;
}
.TagClassName
{
border-color: #FEF353;
}
</style>