Shades of Paris Daisy #FFFF3D
Tints of Paris Daisy #FFFF3D
RGB
CMYK
RGB Variations
Color information
#FFFF3D (or 0xFFFF3D) is known color: Paris Daisy. HEX triplet: FF, FF and 3D. RGB value is (255,255,61). Sum of RGB (Red+Green+Blue) = 255+255+61=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 61 (24.22% from 255 or 10.68% from 571); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF3D is #0000C2. Grayscale: #E9E9E9. Windows color (decimal): -195 or 4063231. OLE color: 4063231.
HSL color Cylindrical-coordinate representation of color #FFFF3D: hue angle of 60º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFFF3D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 61 | - |
| CMYK | 0 | 0 | 0.76 | 0 |
| HSL | 60º | 1% | 0.62% | - |
| HSV(B) | 60º | 0.76% | 1% | - |
| XYZ | 77.84 | 93.12 | 18.29 | - |
| YUV | 232.88 | 31 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 61 | 0 | 0 | 0.76 | 0 | 60 | 1 | 0.62 |
| Hex | FF | FF | 3D | 0 | 0 | 4C | 0 | 3C | 64 | 3E |
| Octal | 377 | 377 | 75 | 0 | 0 | 114 | 0 | 74 | 144 | 76 |
| Binary | 11111111 | 11111111 | 111101 | 0 | 0 | 1001100 | 0 | 111100 | 1100100 | 111110 |
Color Harmonies of #FFFF3D
Complementary color
Monochromatic Colors of #FFFF3D
Black with #FFFF3D
Text Example
Text Example
White with #FFFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF3D; }
p { color: rgb(255,255,61); }
H1.HeaderClassName
{
color: #FFFF3D;
}
.AnyTagClassName
{
color: #FFFF3D;
}
</style>
background-color css
<style>
a { background-color: #FFFF3D; }
a { background-color: rgb(255,255,61); }
div.DivClassName
{
background-color: #FFFF3D;
}
.BgClassName
{
background-color: #FFFF3D;
}
</style>
border-color css
<style>
span { border-color: #FFFF3D; }
span { border-color: rgb(255,255,61); }
td.TdClassName
{
border-color: #FFFF3D;
}
.TagClassName
{
border-color: #FFFF3D;
}
</style>