Shades of Paris Daisy #FDF641
Tints of Paris Daisy #FDF641
RGB
CMYK
RGB Variations
Color information
#FDF641 (or 0xFDF641) is known color: Paris Daisy. HEX triplet: FD, F6 and 41. RGB value is (253,246,65). Sum of RGB (Red+Green+Blue) = 253+246+65=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 65 (25.78% from 255 or 11.52% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF641 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF641 is #0209BE. Grayscale: #E4E4E4. Windows color (decimal): -133567 or 4323069. OLE color: 4323069.
HSL color Cylindrical-coordinate representation of color #FDF641: hue angle of 57.77º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDF641 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 65 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.01 |
| HSL | 57.77º | 0.98% | 0.62% | - |
| HSV(B) | 57.77º | 0.74% | 0.99% | - |
| XYZ | 74.42 | 87.18 | 17.91 | - |
| YUV | 227.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 65 | 0 | 0.03 | 0.74 | 0.01 | 57.77 | 0.98 | 0.62 |
| Hex | FD | F6 | 41 | 0 | 3 | 4A | 1 | 3A | 62 | 3E |
| Octal | 375 | 366 | 101 | 0 | 3 | 112 | 1 | 72 | 142 | 76 |
| Binary | 11111101 | 11110110 | 1000001 | 0 | 11 | 1001010 | 1 | 111010 | 1100010 | 111110 |
Color Harmonies of #FDF641
Complementary color
Monochromatic Colors of #FDF641
Black with #FDF641
Text Example
Text Example
White with #FDF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF641; }
p { color: rgb(253,246,65); }
H1.HeaderClassName
{
color: #FDF641;
}
.AnyTagClassName
{
color: #FDF641;
}
</style>
background-color css
<style>
a { background-color: #FDF641; }
a { background-color: rgb(253,246,65); }
div.DivClassName
{
background-color: #FDF641;
}
.BgClassName
{
background-color: #FDF641;
}
</style>
border-color css
<style>
span { border-color: #FDF641; }
span { border-color: rgb(253,246,65); }
td.TdClassName
{
border-color: #FDF641;
}
.TagClassName
{
border-color: #FDF641;
}
</style>