Shades of Sunglow #FACB42
Tints of Sunglow #FACB42
RGB
CMYK
RGB Variations
Color information
#FACB42 (or 0xFACB42) is known color: Sunglow. HEX triplet: FA, CB and 42. RGB value is (250,203,66). Sum of RGB (Red+Green+Blue) = 250+203+66=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB42 is #0534BD. Grayscale: #CACACA. Windows color (decimal): -341182 or 4377594. OLE color: 4377594.
HSL color Cylindrical-coordinate representation of color #FACB42: hue angle of 44.67º 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 #FACB42 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 66 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.02 |
| HSL | 44.67º | 0.95% | 0.62% | - |
| HSV(B) | 44.67º | 0.74% | 0.98% | - |
| XYZ | 61.76 | 63.43 | 14.14 | - |
| YUV | 201.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 66 | 0 | 0.19 | 0.74 | 0.02 | 44.67 | 0.95 | 0.62 |
| Hex | FA | CB | 42 | 0 | 13 | 4A | 2 | 2D | 5F | 3E |
| Octal | 372 | 313 | 102 | 0 | 23 | 112 | 2 | 55 | 137 | 76 |
| Binary | 11111010 | 11001011 | 1000010 | 0 | 10011 | 1001010 | 10 | 101101 | 1011111 | 111110 |
Color Harmonies of #FACB42
Complementary color
Monochromatic Colors of #FACB42
Black with #FACB42
Text Example
Text Example
White with #FACB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB42; }
p { color: rgb(250,203,66); }
H1.HeaderClassName
{
color: #FACB42;
}
.AnyTagClassName
{
color: #FACB42;
}
</style>
background-color css
<style>
a { background-color: #FACB42; }
a { background-color: rgb(250,203,66); }
div.DivClassName
{
background-color: #FACB42;
}
.BgClassName
{
background-color: #FACB42;
}
</style>
border-color css
<style>
span { border-color: #FACB42; }
span { border-color: rgb(250,203,66); }
td.TdClassName
{
border-color: #FACB42;
}
.TagClassName
{
border-color: #FACB42;
}
</style>