Shades of Grandis #FAC367
Tints of Grandis #FAC367
RGB
CMYK
RGB Variations
Color information
#FAC367 (or 0xFAC367) is known color: Grandis. HEX triplet: FA, C3 and 67. RGB value is (250,195,103). Sum of RGB (Red+Green+Blue) = 250+195+103=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC367 is #053C98. Grayscale: #C9C9C9. Windows color (decimal): -343193 or 6800378. OLE color: 6800378.
HSL color Cylindrical-coordinate representation of color #FAC367: hue angle of 37.55º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAC367 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 103 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.02 |
| HSL | 37.55º | 0.94% | 0.69% | - |
| HSV(B) | 37.55º | 0.59% | 0.98% | - |
| XYZ | 61.39 | 60.33 | 21.24 | - |
| YUV | 200.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 103 | 0 | 0.22 | 0.59 | 0.02 | 37.55 | 0.94 | 0.69 |
| Hex | FA | C3 | 67 | 0 | 16 | 3B | 2 | 26 | 5E | 45 |
| Octal | 372 | 303 | 147 | 0 | 26 | 73 | 2 | 46 | 136 | 105 |
| Binary | 11111010 | 11000011 | 1100111 | 0 | 10110 | 111011 | 10 | 100110 | 1011110 | 1000101 |
Color Harmonies of #FAC367
Complementary color
Monochromatic Colors of #FAC367
Black with #FAC367
Text Example
Text Example
White with #FAC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC367; }
p { color: rgb(250,195,103); }
H1.HeaderClassName
{
color: #FAC367;
}
.AnyTagClassName
{
color: #FAC367;
}
</style>
background-color css
<style>
a { background-color: #FAC367; }
a { background-color: rgb(250,195,103); }
div.DivClassName
{
background-color: #FAC367;
}
.BgClassName
{
background-color: #FAC367;
}
</style>
border-color css
<style>
span { border-color: #FAC367; }
span { border-color: rgb(250,195,103); }
td.TdClassName
{
border-color: #FAC367;
}
.TagClassName
{
border-color: #FAC367;
}
</style>