Shades of Paris Daisy #FBF63F
Tints of Paris Daisy #FBF63F
RGB
CMYK
RGB Variations
Color information
#FBF63F (or 0xFBF63F) is known color: Paris Daisy. HEX triplet: FB, F6 and 3F. RGB value is (251,246,63). Sum of RGB (Red+Green+Blue) = 251+246+63=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 63 (25% from 255 or 11.25% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF63F is #0409C0. Grayscale: #E3E3E3. Windows color (decimal): -264641 or 4191995. OLE color: 4191995.
HSL color Cylindrical-coordinate representation of color #FBF63F: hue angle of 58.4º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBF63F is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 63 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.02 |
| HSL | 58.4º | 0.96% | 0.62% | - |
| HSV(B) | 58.4º | 0.75% | 0.98% | - |
| XYZ | 73.64 | 86.78 | 17.57 | - |
| YUV | 226.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 63 | 0 | 0.02 | 0.75 | 0.02 | 58.4 | 0.96 | 0.62 |
| Hex | FB | F6 | 3F | 0 | 2 | 4B | 2 | 3A | 60 | 3E |
| Octal | 373 | 366 | 77 | 0 | 2 | 113 | 2 | 72 | 140 | 76 |
| Binary | 11111011 | 11110110 | 111111 | 0 | 10 | 1001011 | 10 | 111010 | 1100000 | 111110 |
Color Harmonies of #FBF63F
Complementary color
Monochromatic Colors of #FBF63F
Black with #FBF63F
Text Example
Text Example
White with #FBF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF63F; }
p { color: rgb(251,246,63); }
H1.HeaderClassName
{
color: #FBF63F;
}
.AnyTagClassName
{
color: #FBF63F;
}
</style>
background-color css
<style>
a { background-color: #FBF63F; }
a { background-color: rgb(251,246,63); }
div.DivClassName
{
background-color: #FBF63F;
}
.BgClassName
{
background-color: #FBF63F;
}
</style>
border-color css
<style>
span { border-color: #FBF63F; }
span { border-color: rgb(251,246,63); }
td.TdClassName
{
border-color: #FBF63F;
}
.TagClassName
{
border-color: #FBF63F;
}
</style>