Shades of Paris Daisy #FAF743
Tints of Paris Daisy #FAF743
RGB
CMYK
RGB Variations
Color information
#FAF743 (or 0xFAF743) is known color: Paris Daisy. HEX triplet: FA, F7 and 43. RGB value is (250,247,67). Sum of RGB (Red+Green+Blue) = 250+247+67=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 67 (26.56% from 255 or 11.88% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF743 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF743 is #0508BC. Grayscale: #E4E4E4. Windows color (decimal): -329917 or 4454394. OLE color: 4454394.
HSL color Cylindrical-coordinate representation of color #FAF743: hue angle of 59.02º degrees, saturation: 0.95, 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 #FAF743 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 67 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.02 |
| HSL | 59.02º | 0.95% | 0.62% | - |
| HSV(B) | 59.02º | 0.73% | 0.98% | - |
| XYZ | 73.7 | 87.25 | 18.27 | - |
| YUV | 227.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 67 | 0 | 0.01 | 0.73 | 0.02 | 59.02 | 0.95 | 0.62 |
| Hex | FA | F7 | 43 | 0 | 1 | 49 | 2 | 3B | 5F | 3E |
| Octal | 372 | 367 | 103 | 0 | 1 | 111 | 2 | 73 | 137 | 76 |
| Binary | 11111010 | 11110111 | 1000011 | 0 | 1 | 1001001 | 10 | 111011 | 1011111 | 111110 |
Color Harmonies of #FAF743
Complementary color
Monochromatic Colors of #FAF743
Black with #FAF743
Text Example
Text Example
White with #FAF743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF743; }
p { color: rgb(250,247,67); }
H1.HeaderClassName
{
color: #FAF743;
}
.AnyTagClassName
{
color: #FAF743;
}
</style>
background-color css
<style>
a { background-color: #FAF743; }
a { background-color: rgb(250,247,67); }
div.DivClassName
{
background-color: #FAF743;
}
.BgClassName
{
background-color: #FAF743;
}
</style>
border-color css
<style>
span { border-color: #FAF743; }
span { border-color: rgb(250,247,67); }
td.TdClassName
{
border-color: #FAF743;
}
.TagClassName
{
border-color: #FAF743;
}
</style>