Shades of Sunglow #FAC33D
Tints of Sunglow #FAC33D
RGB
CMYK
RGB Variations
Color information
#FAC33D (or 0xFAC33D) is known color: Sunglow. HEX triplet: FA, C3 and 3D. RGB value is (250,195,61). Sum of RGB (Red+Green+Blue) = 250+195+61=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC33D is #053CC2. Grayscale: #C4C4C4. Windows color (decimal): -343235 or 4047866. OLE color: 4047866.
HSL color Cylindrical-coordinate representation of color #FAC33D: hue angle of 42.54º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAC33D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.02 |
| HSL | 42.54º | 0.95% | 0.61% | - |
| HSV(B) | 42.54º | 0.76% | 0.98% | - |
| XYZ | 59.78 | 59.69 | 12.79 | - |
| YUV | 196.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 61 | 0 | 0.22 | 0.76 | 0.02 | 42.54 | 0.95 | 0.61 |
| Hex | FA | C3 | 3D | 0 | 16 | 4C | 2 | 2B | 5F | 3D |
| Octal | 372 | 303 | 75 | 0 | 26 | 114 | 2 | 53 | 137 | 75 |
| Binary | 11111010 | 11000011 | 111101 | 0 | 10110 | 1001100 | 10 | 101011 | 1011111 | 111101 |
Color Harmonies of #FAC33D
Complementary color
Monochromatic Colors of #FAC33D
Black with #FAC33D
Text Example
Text Example
White with #FAC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC33D; }
p { color: rgb(250,195,61); }
H1.HeaderClassName
{
color: #FAC33D;
}
.AnyTagClassName
{
color: #FAC33D;
}
</style>
background-color css
<style>
a { background-color: #FAC33D; }
a { background-color: rgb(250,195,61); }
div.DivClassName
{
background-color: #FAC33D;
}
.BgClassName
{
background-color: #FAC33D;
}
</style>
border-color css
<style>
span { border-color: #FAC33D; }
span { border-color: rgb(250,195,61); }
td.TdClassName
{
border-color: #FAC33D;
}
.TagClassName
{
border-color: #FAC33D;
}
</style>