Shades of Sunglow #FFC93A
Tints of Sunglow #FFC93A
RGB
CMYK
RGB Variations
Color information
#FFC93A (or 0xFFC93A) is known color: Sunglow. HEX triplet: FF, C9 and 3A. RGB value is (255,201,58). Sum of RGB (Red+Green+Blue) = 255+201+58=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC93A is #0036C5. Grayscale: #C9C9C9. Windows color (decimal): -14022 or 3852799. OLE color: 3852799.
HSL color Cylindrical-coordinate representation of color #FFC93A: hue angle of 43.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFC93A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 58 | - |
| CMYK | 0 | 0.21 | 0.77 | 0 |
| HSL | 43.55º | 1% | 0.61% | - |
| HSV(B) | 43.55º | 0.77% | 1% | - |
| XYZ | 62.89 | 63.34 | 12.91 | - |
| YUV | 200.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 58 | 0 | 0.21 | 0.77 | 0 | 43.55 | 1 | 0.61 |
| Hex | FF | C9 | 3A | 0 | 15 | 4D | 0 | 2C | 64 | 3D |
| Octal | 377 | 311 | 72 | 0 | 25 | 115 | 0 | 54 | 144 | 75 |
| Binary | 11111111 | 11001001 | 111010 | 0 | 10101 | 1001101 | 0 | 101100 | 1100100 | 111101 |
Color Harmonies of #FFC93A
Complementary color
Monochromatic Colors of #FFC93A
Black with #FFC93A
Text Example
Text Example
White with #FFC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC93A; }
p { color: rgb(255,201,58); }
H1.HeaderClassName
{
color: #FFC93A;
}
.AnyTagClassName
{
color: #FFC93A;
}
</style>
background-color css
<style>
a { background-color: #FFC93A; }
a { background-color: rgb(255,201,58); }
div.DivClassName
{
background-color: #FFC93A;
}
.BgClassName
{
background-color: #FFC93A;
}
</style>
border-color css
<style>
span { border-color: #FFC93A; }
span { border-color: rgb(255,201,58); }
td.TdClassName
{
border-color: #FFC93A;
}
.TagClassName
{
border-color: #FFC93A;
}
</style>