Shades of Paris Daisy #FEF745
Tints of Paris Daisy #FEF745
RGB
CMYK
RGB Variations
Color information
#FEF745 (or 0xFEF745) is known color: Paris Daisy. HEX triplet: FE, F7 and 45. RGB value is (254,247,69). Sum of RGB (Red+Green+Blue) = 254+247+69=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 69 (27.34% from 255 or 12.11% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF745 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF745 is #0108BA. Grayscale: #E5E5E5. Windows color (decimal): -67771 or 4585470. OLE color: 4585470.
HSL color Cylindrical-coordinate representation of color #FEF745: hue angle of 57.73º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEF745 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 69 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.00 |
| HSL | 57.73º | 0.99% | 0.63% | - |
| HSV(B) | 57.73º | 0.73% | 1% | - |
| XYZ | 75.21 | 88.02 | 18.66 | - |
| YUV | 228.8 | 37.82 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 69 | 0 | 0.03 | 0.73 | 0.00 | 57.73 | 0.99 | 0.63 |
| Hex | FE | F7 | 45 | 0 | 3 | 49 | 0 | 3A | 63 | 3F |
| Octal | 376 | 367 | 105 | 0 | 3 | 111 | 0 | 72 | 143 | 77 |
| Binary | 11111110 | 11110111 | 1000101 | 0 | 11 | 1001001 | 0 | 111010 | 1100011 | 111111 |
Color Harmonies of #FEF745
Complementary color
Monochromatic Colors of #FEF745
Black with #FEF745
Text Example
Text Example
White with #FEF745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF745; }
p { color: rgb(254,247,69); }
H1.HeaderClassName
{
color: #FEF745;
}
.AnyTagClassName
{
color: #FEF745;
}
</style>
background-color css
<style>
a { background-color: #FEF745; }
a { background-color: rgb(254,247,69); }
div.DivClassName
{
background-color: #FEF745;
}
.BgClassName
{
background-color: #FEF745;
}
</style>
border-color css
<style>
span { border-color: #FEF745; }
span { border-color: rgb(254,247,69); }
td.TdClassName
{
border-color: #FEF745;
}
.TagClassName
{
border-color: #FEF745;
}
</style>