Shades of Paris Daisy #F8FB3E
Tints of Paris Daisy #F8FB3E
RGB
CMYK
RGB Variations
Color information
#F8FB3E (or 0xF8FB3E) is known color: Paris Daisy. HEX triplet: F8, FB and 3E. RGB value is (248,251,62). Sum of RGB (Red+Green+Blue) = 248+251+62=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 62 (24.61% from 255 or 11.05% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FB3E is #0704C1. Grayscale: #E5E5E5. Windows color (decimal): -459970 or 4127736. OLE color: 4127736.
HSL color Cylindrical-coordinate representation of color #F8FB3E: hue angle of 60.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8FB3E is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 251 | 62 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.02 |
| HSL | 60.95º | 0.96% | 0.61% | - |
| HSV(B) | 60.95º | 0.75% | 0.98% | - |
| XYZ | 74.08 | 89.3 | 17.89 | - |
| YUV | 228.56 | 34.01 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 62 | 0.01 | 0 | 0.75 | 0.02 | 60.95 | 0.96 | 0.61 |
| Hex | F8 | FB | 3E | 1 | 0 | 4B | 2 | 3D | 60 | 3D |
| Octal | 370 | 373 | 76 | 1 | 0 | 113 | 2 | 75 | 140 | 75 |
| Binary | 11111000 | 11111011 | 111110 | 1 | 0 | 1001011 | 10 | 111101 | 1100000 | 111101 |
Color Harmonies of #F8FB3E
Complementary color
Monochromatic Colors of #F8FB3E
Black with #F8FB3E
Text Example
Text Example
White with #F8FB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FB3E; }
p { color: rgb(248,251,62); }
H1.HeaderClassName
{
color: #F8FB3E;
}
.AnyTagClassName
{
color: #F8FB3E;
}
</style>
background-color css
<style>
a { background-color: #F8FB3E; }
a { background-color: rgb(248,251,62); }
div.DivClassName
{
background-color: #F8FB3E;
}
.BgClassName
{
background-color: #F8FB3E;
}
</style>
border-color css
<style>
span { border-color: #F8FB3E; }
span { border-color: rgb(248,251,62); }
td.TdClassName
{
border-color: #F8FB3E;
}
.TagClassName
{
border-color: #F8FB3E;
}
</style>