Shades of Sunglow #FACF2D
Tints of Sunglow #FACF2D
RGB
CMYK
RGB Variations
Color information
#FACF2D (or 0xFACF2D) is known color: Sunglow. HEX triplet: FA, CF and 2D. RGB value is (250,207,45). Sum of RGB (Red+Green+Blue) = 250+207+45=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF2D is #0530D2. Grayscale: #CACACA. Windows color (decimal): -340179 or 3002362. OLE color: 3002362.
HSL color Cylindrical-coordinate representation of color #FACF2D: hue angle of 47.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FACF2D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.02 |
| HSL | 47.41º | 0.95% | 0.58% | - |
| HSV(B) | 47.41º | 0.82% | 0.98% | - |
| XYZ | 62.21 | 65.14 | 11.78 | - |
| YUV | 201.39 | 39.75 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 45 | 0 | 0.17 | 0.82 | 0.02 | 47.41 | 0.95 | 0.58 |
| Hex | FA | CF | 2D | 0 | 11 | 52 | 2 | 2F | 5F | 3A |
| Octal | 372 | 317 | 55 | 0 | 21 | 122 | 2 | 57 | 137 | 72 |
| Binary | 11111010 | 11001111 | 101101 | 0 | 10001 | 1010010 | 10 | 101111 | 1011111 | 111010 |
Color Harmonies of #FACF2D
Complementary color
Monochromatic Colors of #FACF2D
Black with #FACF2D
Text Example
Text Example
White with #FACF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACF2D; }
p { color: rgb(250,207,45); }
H1.HeaderClassName
{
color: #FACF2D;
}
.AnyTagClassName
{
color: #FACF2D;
}
</style>
background-color css
<style>
a { background-color: #FACF2D; }
a { background-color: rgb(250,207,45); }
div.DivClassName
{
background-color: #FACF2D;
}
.BgClassName
{
background-color: #FACF2D;
}
</style>
border-color css
<style>
span { border-color: #FACF2D; }
span { border-color: rgb(250,207,45); }
td.TdClassName
{
border-color: #FACF2D;
}
.TagClassName
{
border-color: #FACF2D;
}
</style>