Shades of Sunglow #FAC838
Tints of Sunglow #FAC838
RGB
CMYK
RGB Variations
Color information
#FAC838 (or 0xFAC838) is known color: Sunglow. HEX triplet: FA, C8 and 38. RGB value is (250,200,56). Sum of RGB (Red+Green+Blue) = 250+200+56=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC838 is #0537C7. Grayscale: #C7C7C7. Windows color (decimal): -341960 or 3721466. OLE color: 3721466.
HSL color Cylindrical-coordinate representation of color #FAC838: hue angle of 44.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAC838 is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 56 | - |
| CMYK | 0 | 0.2 | 0.78 | 0.02 |
| HSL | 44.54º | 0.95% | 0.6% | - |
| HSV(B) | 44.54º | 0.78% | 0.98% | - |
| XYZ | 60.79 | 61.92 | 12.49 | - |
| YUV | 198.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 56 | 0 | 0.2 | 0.78 | 0.02 | 44.54 | 0.95 | 0.6 |
| Hex | FA | C8 | 38 | 0 | 14 | 4E | 2 | 2D | 5F | 3C |
| Octal | 372 | 310 | 70 | 0 | 24 | 116 | 2 | 55 | 137 | 74 |
| Binary | 11111010 | 11001000 | 111000 | 0 | 10100 | 1001110 | 10 | 101101 | 1011111 | 111100 |
Color Harmonies of #FAC838
Complementary color
Monochromatic Colors of #FAC838
Black with #FAC838
Text Example
Text Example
White with #FAC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC838; }
p { color: rgb(250,200,56); }
H1.HeaderClassName
{
color: #FAC838;
}
.AnyTagClassName
{
color: #FAC838;
}
</style>
background-color css
<style>
a { background-color: #FAC838; }
a { background-color: rgb(250,200,56); }
div.DivClassName
{
background-color: #FAC838;
}
.BgClassName
{
background-color: #FAC838;
}
</style>
border-color css
<style>
span { border-color: #FAC838; }
span { border-color: rgb(250,200,56); }
td.TdClassName
{
border-color: #FAC838;
}
.TagClassName
{
border-color: #FAC838;
}
</style>