Shades of Paris Daisy #FBF243
Tints of Paris Daisy #FBF243
RGB
CMYK
RGB Variations
Color information
#FBF243 (or 0xFBF243) is known color: Paris Daisy. HEX triplet: FB, F2 and 43. RGB value is (251,242,67). Sum of RGB (Red+Green+Blue) = 251+242+67=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 67 (26.56% from 255 or 11.96% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF243 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF243 is #040DBC. Grayscale: #E1E1E1. Windows color (decimal): -265661 or 4453115. OLE color: 4453115.
HSL color Cylindrical-coordinate representation of color #FBF243: hue angle of 57.07º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBF243 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 67 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.02 |
| HSL | 57.07º | 0.96% | 0.62% | - |
| HSV(B) | 57.07º | 0.73% | 0.98% | - |
| XYZ | 72.55 | 84.42 | 17.78 | - |
| YUV | 224.74 | 38.98 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 67 | 0 | 0.04 | 0.73 | 0.02 | 57.07 | 0.96 | 0.62 |
| Hex | FB | F2 | 43 | 0 | 4 | 49 | 2 | 39 | 60 | 3E |
| Octal | 373 | 362 | 103 | 0 | 4 | 111 | 2 | 71 | 140 | 76 |
| Binary | 11111011 | 11110010 | 1000011 | 0 | 100 | 1001001 | 10 | 111001 | 1100000 | 111110 |
Color Harmonies of #FBF243
Complementary color
Monochromatic Colors of #FBF243
Black with #FBF243
Text Example
Text Example
White with #FBF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF243; }
p { color: rgb(251,242,67); }
H1.HeaderClassName
{
color: #FBF243;
}
.AnyTagClassName
{
color: #FBF243;
}
</style>
background-color css
<style>
a { background-color: #FBF243; }
a { background-color: rgb(251,242,67); }
div.DivClassName
{
background-color: #FBF243;
}
.BgClassName
{
background-color: #FBF243;
}
</style>
border-color css
<style>
span { border-color: #FBF243; }
span { border-color: rgb(251,242,67); }
td.TdClassName
{
border-color: #FBF243;
}
.TagClassName
{
border-color: #FBF243;
}
</style>