Shades of Paris Daisy #FAFB42
Tints of Paris Daisy #FAFB42
RGB
CMYK
RGB Variations
Color information
#FAFB42 (or 0xFAFB42) is known color: Paris Daisy. HEX triplet: FA, FB and 42. RGB value is (250,251,66). Sum of RGB (Red+Green+Blue) = 250+251+66=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 66 (26.17% from 255 or 11.64% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFB42 is #0504BD. Grayscale: #E6E6E6. Windows color (decimal): -328894 or 4389882. OLE color: 4389882.
HSL color Cylindrical-coordinate representation of color #FAFB42: hue angle of 60.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAFB42 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 66 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.02 |
| HSL | 60.32º | 0.96% | 0.62% | - |
| HSV(B) | 60.32º | 0.74% | 0.98% | - |
| XYZ | 74.9 | 89.71 | 18.52 | - |
| YUV | 229.61 | 35.67 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 66 | 0.00 | 0 | 0.74 | 0.02 | 60.32 | 0.96 | 0.62 |
| Hex | FA | FB | 42 | 0 | 0 | 4A | 2 | 3C | 60 | 3E |
| Octal | 372 | 373 | 102 | 0 | 0 | 112 | 2 | 74 | 140 | 76 |
| Binary | 11111010 | 11111011 | 1000010 | 0 | 0 | 1001010 | 10 | 111100 | 1100000 | 111110 |
Color Harmonies of #FAFB42
Complementary color
Monochromatic Colors of #FAFB42
Black with #FAFB42
Text Example
Text Example
White with #FAFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB42; }
p { color: rgb(250,251,66); }
H1.HeaderClassName
{
color: #FAFB42;
}
.AnyTagClassName
{
color: #FAFB42;
}
</style>
background-color css
<style>
a { background-color: #FAFB42; }
a { background-color: rgb(250,251,66); }
div.DivClassName
{
background-color: #FAFB42;
}
.BgClassName
{
background-color: #FAFB42;
}
</style>
border-color css
<style>
span { border-color: #FAFB42; }
span { border-color: rgb(250,251,66); }
td.TdClassName
{
border-color: #FAFB42;
}
.TagClassName
{
border-color: #FAFB42;
}
</style>