Shades of Sunglow #FFC13A
Tints of Sunglow #FFC13A
RGB
CMYK
RGB Variations
Color information
#FFC13A (or 0xFFC13A) is known color: Sunglow. HEX triplet: FF, C1 and 3A. RGB value is (255,193,58). Sum of RGB (Red+Green+Blue) = 255+193+58=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC13A is #003EC5. Grayscale: #C4C4C4. Windows color (decimal): -16070 or 3850751. OLE color: 3850751.
HSL color Cylindrical-coordinate representation of color #FFC13A: hue angle of 41.12º 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 #FFC13A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 58 | - |
| CMYK | 0 | 0.24 | 0.77 | 0 |
| HSL | 41.12º | 1% | 0.61% | - |
| HSV(B) | 41.12º | 0.77% | 1% | - |
| XYZ | 61.07 | 59.71 | 12.31 | - |
| YUV | 196.15 | 50.04 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 58 | 0 | 0.24 | 0.77 | 0 | 41.12 | 1 | 0.61 |
| Hex | FF | C1 | 3A | 0 | 18 | 4D | 0 | 29 | 64 | 3D |
| Octal | 377 | 301 | 72 | 0 | 30 | 115 | 0 | 51 | 144 | 75 |
| Binary | 11111111 | 11000001 | 111010 | 0 | 11000 | 1001101 | 0 | 101001 | 1100100 | 111101 |
Color Harmonies of #FFC13A
Complementary color
Monochromatic Colors of #FFC13A
Black with #FFC13A
Text Example
Text Example
White with #FFC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC13A; }
p { color: rgb(255,193,58); }
H1.HeaderClassName
{
color: #FFC13A;
}
.AnyTagClassName
{
color: #FFC13A;
}
</style>
background-color css
<style>
a { background-color: #FFC13A; }
a { background-color: rgb(255,193,58); }
div.DivClassName
{
background-color: #FFC13A;
}
.BgClassName
{
background-color: #FFC13A;
}
</style>
border-color css
<style>
span { border-color: #FFC13A; }
span { border-color: rgb(255,193,58); }
td.TdClassName
{
border-color: #FFC13A;
}
.TagClassName
{
border-color: #FFC13A;
}
</style>