Shades of Paris Daisy #FBF64A
Tints of Paris Daisy #FBF64A
RGB
CMYK
RGB Variations
Color information
#FBF64A (or 0xFBF64A) is known color: Paris Daisy. HEX triplet: FB, F6 and 4A. RGB value is (251,246,74). Sum of RGB (Red+Green+Blue) = 251+246+74=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 74 (29.30% from 255 or 12.96% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF64A is #0409B5. Grayscale: #E4E4E4. Windows color (decimal): -264630 or 4912891. OLE color: 4912891.
HSL color Cylindrical-coordinate representation of color #FBF64A: hue angle of 58.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBF64A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.02 |
| HSL | 58.31º | 0.96% | 0.64% | - |
| HSV(B) | 58.31º | 0.71% | 0.98% | - |
| XYZ | 73.98 | 86.92 | 19.36 | - |
| YUV | 227.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 74 | 0 | 0.02 | 0.71 | 0.02 | 58.31 | 0.96 | 0.64 |
| Hex | FB | F6 | 4A | 0 | 2 | 47 | 2 | 3A | 60 | 40 |
| Octal | 373 | 366 | 112 | 0 | 2 | 107 | 2 | 72 | 140 | 100 |
| Binary | 11111011 | 11110110 | 1001010 | 0 | 10 | 1000111 | 10 | 111010 | 1100000 | 1000000 |
Color Harmonies of #FBF64A
Complementary color
Monochromatic Colors of #FBF64A
Black with #FBF64A
Text Example
Text Example
White with #FBF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF64A; }
p { color: rgb(251,246,74); }
H1.HeaderClassName
{
color: #FBF64A;
}
.AnyTagClassName
{
color: #FBF64A;
}
</style>
background-color css
<style>
a { background-color: #FBF64A; }
a { background-color: rgb(251,246,74); }
div.DivClassName
{
background-color: #FBF64A;
}
.BgClassName
{
background-color: #FBF64A;
}
</style>
border-color css
<style>
span { border-color: #FBF64A; }
span { border-color: rgb(251,246,74); }
td.TdClassName
{
border-color: #FBF64A;
}
.TagClassName
{
border-color: #FBF64A;
}
</style>