Shades of Sunglow #FACA2D
Tints of Sunglow #FACA2D
RGB
CMYK
RGB Variations
Color information
#FACA2D (or 0xFACA2D) is known color: Sunglow. HEX triplet: FA, CA and 2D. RGB value is (250,202,45). Sum of RGB (Red+Green+Blue) = 250+202+45=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA2D is #0535D2. Grayscale: #C7C7C7. Windows color (decimal): -341459 or 3001082. OLE color: 3001082.
HSL color Cylindrical-coordinate representation of color #FACA2D: hue angle of 45.95º 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 #FACA2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.02 |
| HSL | 45.95º | 0.95% | 0.58% | - |
| HSV(B) | 45.95º | 0.82% | 0.98% | - |
| XYZ | 61.02 | 62.75 | 11.38 | - |
| YUV | 198.45 | 41.4 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 45 | 0 | 0.19 | 0.82 | 0.02 | 45.95 | 0.95 | 0.58 |
| Hex | FA | CA | 2D | 0 | 13 | 52 | 2 | 2E | 5F | 3A |
| Octal | 372 | 312 | 55 | 0 | 23 | 122 | 2 | 56 | 137 | 72 |
| Binary | 11111010 | 11001010 | 101101 | 0 | 10011 | 1010010 | 10 | 101110 | 1011111 | 111010 |
Color Harmonies of #FACA2D
Complementary color
Monochromatic Colors of #FACA2D
Black with #FACA2D
Text Example
Text Example
White with #FACA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA2D; }
p { color: rgb(250,202,45); }
H1.HeaderClassName
{
color: #FACA2D;
}
.AnyTagClassName
{
color: #FACA2D;
}
</style>
background-color css
<style>
a { background-color: #FACA2D; }
a { background-color: rgb(250,202,45); }
div.DivClassName
{
background-color: #FACA2D;
}
.BgClassName
{
background-color: #FACA2D;
}
</style>
border-color css
<style>
span { border-color: #FACA2D; }
span { border-color: rgb(250,202,45); }
td.TdClassName
{
border-color: #FACA2D;
}
.TagClassName
{
border-color: #FACA2D;
}
</style>