Shades of Sunglow #FACF40
Tints of Sunglow #FACF40
RGB
CMYK
RGB Variations
Color information
#FACF40 (or 0xFACF40) is known color: Sunglow. HEX triplet: FA, CF and 40. RGB value is (250,207,64). Sum of RGB (Red+Green+Blue) = 250+207+64=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF40 is #0530BF. Grayscale: #CCCCCC. Windows color (decimal): -340160 or 4247546. OLE color: 4247546.
HSL color Cylindrical-coordinate representation of color #FACF40: hue angle of 46.13º degrees, saturation: 0.95, 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 #FACF40 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 64 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.02 |
| HSL | 46.13º | 0.95% | 0.62% | - |
| HSV(B) | 46.13º | 0.74% | 0.98% | - |
| XYZ | 62.66 | 65.32 | 14.16 | - |
| YUV | 203.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 64 | 0 | 0.17 | 0.74 | 0.02 | 46.13 | 0.95 | 0.62 |
| Hex | FA | CF | 40 | 0 | 11 | 4A | 2 | 2E | 5F | 3E |
| Octal | 372 | 317 | 100 | 0 | 21 | 112 | 2 | 56 | 137 | 76 |
| Binary | 11111010 | 11001111 | 1000000 | 0 | 10001 | 1001010 | 10 | 101110 | 1011111 | 111110 |
Color Harmonies of #FACF40
Complementary color
Monochromatic Colors of #FACF40
Black with #FACF40
Text Example
Text Example
White with #FACF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACF40; }
p { color: rgb(250,207,64); }
H1.HeaderClassName
{
color: #FACF40;
}
.AnyTagClassName
{
color: #FACF40;
}
</style>
background-color css
<style>
a { background-color: #FACF40; }
a { background-color: rgb(250,207,64); }
div.DivClassName
{
background-color: #FACF40;
}
.BgClassName
{
background-color: #FACF40;
}
</style>
border-color css
<style>
span { border-color: #FACF40; }
span { border-color: rgb(250,207,64); }
td.TdClassName
{
border-color: #FACF40;
}
.TagClassName
{
border-color: #FACF40;
}
</style>