Shades of Paris Daisy #FAF345
Tints of Paris Daisy #FAF345
RGB
CMYK
RGB Variations
Color information
#FAF345 (or 0xFAF345) is known color: Paris Daisy. HEX triplet: FA, F3 and 45. RGB value is (250,243,69). Sum of RGB (Red+Green+Blue) = 250+243+69=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 69 (27.34% from 255 or 12.28% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF345 is #050CBA. Grayscale: #E1E1E1. Windows color (decimal): -330939 or 4584442. OLE color: 4584442.
HSL color Cylindrical-coordinate representation of color #FAF345: hue angle of 57.68º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAF345 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 69 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.02 |
| HSL | 57.68º | 0.95% | 0.63% | - |
| HSV(B) | 57.68º | 0.72% | 0.98% | - |
| XYZ | 72.55 | 84.85 | 18.19 | - |
| YUV | 225.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 69 | 0 | 0.03 | 0.72 | 0.02 | 57.68 | 0.95 | 0.63 |
| Hex | FA | F3 | 45 | 0 | 3 | 48 | 2 | 3A | 5F | 3F |
| Octal | 372 | 363 | 105 | 0 | 3 | 110 | 2 | 72 | 137 | 77 |
| Binary | 11111010 | 11110011 | 1000101 | 0 | 11 | 1001000 | 10 | 111010 | 1011111 | 111111 |
Color Harmonies of #FAF345
Complementary color
Monochromatic Colors of #FAF345
Black with #FAF345
Text Example
Text Example
White with #FAF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF345; }
p { color: rgb(250,243,69); }
H1.HeaderClassName
{
color: #FAF345;
}
.AnyTagClassName
{
color: #FAF345;
}
</style>
background-color css
<style>
a { background-color: #FAF345; }
a { background-color: rgb(250,243,69); }
div.DivClassName
{
background-color: #FAF345;
}
.BgClassName
{
background-color: #FAF345;
}
</style>
border-color css
<style>
span { border-color: #FAF345; }
span { border-color: rgb(250,243,69); }
td.TdClassName
{
border-color: #FAF345;
}
.TagClassName
{
border-color: #FAF345;
}
</style>