Shades of Sunglow #FFC93C
Tints of Sunglow #FFC93C
RGB
CMYK
RGB Variations
Color information
#FFC93C (or 0xFFC93C) is known color: Sunglow. HEX triplet: FF, C9 and 3C. RGB value is (255,201,60). Sum of RGB (Red+Green+Blue) = 255+201+60=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC93C is #0036C3. Grayscale: #C9C9C9. Windows color (decimal): -14020 or 3983871. OLE color: 3983871.
HSL color Cylindrical-coordinate representation of color #FFC93C: hue angle of 43.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFC93C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0 |
| HSL | 43.38º | 1% | 0.62% | - |
| HSV(B) | 43.38º | 0.76% | 1% | - |
| XYZ | 62.94 | 63.36 | 13.19 | - |
| YUV | 201.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 60 | 0 | 0.21 | 0.76 | 0 | 43.38 | 1 | 0.62 |
| Hex | FF | C9 | 3C | 0 | 15 | 4C | 0 | 2B | 64 | 3E |
| Octal | 377 | 311 | 74 | 0 | 25 | 114 | 0 | 53 | 144 | 76 |
| Binary | 11111111 | 11001001 | 111100 | 0 | 10101 | 1001100 | 0 | 101011 | 1100100 | 111110 |
Color Harmonies of #FFC93C
Complementary color
Monochromatic Colors of #FFC93C
Black with #FFC93C
Text Example
Text Example
White with #FFC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC93C; }
p { color: rgb(255,201,60); }
H1.HeaderClassName
{
color: #FFC93C;
}
.AnyTagClassName
{
color: #FFC93C;
}
</style>
background-color css
<style>
a { background-color: #FFC93C; }
a { background-color: rgb(255,201,60); }
div.DivClassName
{
background-color: #FFC93C;
}
.BgClassName
{
background-color: #FFC93C;
}
</style>
border-color css
<style>
span { border-color: #FFC93C; }
span { border-color: rgb(255,201,60); }
td.TdClassName
{
border-color: #FFC93C;
}
.TagClassName
{
border-color: #FFC93C;
}
</style>