Shades of Paris Daisy #FFF950
Tints of Paris Daisy #FFF950
RGB
CMYK
RGB Variations
Color information
#FFF950 (or 0xFFF950) is known color: Paris Daisy. HEX triplet: FF, F9 and 50. RGB value is (255,249,80). Sum of RGB (Red+Green+Blue) = 255+249+80=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 80 (31.64% from 255 or 13.70% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF950 is #0006AF. Grayscale: #E8E8E8. Windows color (decimal): -1712 or 5306879. OLE color: 5306879.
HSL color Cylindrical-coordinate representation of color #FFF950: hue angle of 57.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFF950 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 80 | - |
| CMYK | 0 | 0.02 | 0.69 | 0 |
| HSL | 57.94º | 1% | 0.66% | - |
| HSV(B) | 57.94º | 0.69% | 1% | - |
| XYZ | 76.56 | 89.59 | 20.85 | - |
| YUV | 231.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 80 | 0 | 0.02 | 0.69 | 0 | 57.94 | 1 | 0.66 |
| Hex | FF | F9 | 50 | 0 | 2 | 45 | 0 | 3A | 64 | 42 |
| Octal | 377 | 371 | 120 | 0 | 2 | 105 | 0 | 72 | 144 | 102 |
| Binary | 11111111 | 11111001 | 1010000 | 0 | 10 | 1000101 | 0 | 111010 | 1100100 | 1000010 |
Color Harmonies of #FFF950
Complementary color
Monochromatic Colors of #FFF950
Black with #FFF950
Text Example
Text Example
White with #FFF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF950; }
p { color: rgb(255,249,80); }
H1.HeaderClassName
{
color: #FFF950;
}
.AnyTagClassName
{
color: #FFF950;
}
</style>
background-color css
<style>
a { background-color: #FFF950; }
a { background-color: rgb(255,249,80); }
div.DivClassName
{
background-color: #FFF950;
}
.BgClassName
{
background-color: #FFF950;
}
</style>
border-color css
<style>
span { border-color: #FFF950; }
span { border-color: rgb(255,249,80); }
td.TdClassName
{
border-color: #FFF950;
}
.TagClassName
{
border-color: #FFF950;
}
</style>