Shades of Sunglow #FFC33A
Tints of Sunglow #FFC33A
RGB
CMYK
RGB Variations
Color information
#FFC33A (or 0xFFC33A) is known color: Sunglow. HEX triplet: FF, C3 and 3A. RGB value is (255,195,58). Sum of RGB (Red+Green+Blue) = 255+195+58=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC33A is #003CC5. Grayscale: #C5C5C5. Windows color (decimal): -15558 or 3851263. OLE color: 3851263.
HSL color Cylindrical-coordinate representation of color #FFC33A: hue angle of 41.73º 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 #FFC33A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 58 | - |
| CMYK | 0 | 0.24 | 0.77 | 0 |
| HSL | 41.73º | 1% | 0.61% | - |
| HSV(B) | 41.73º | 0.77% | 1% | - |
| XYZ | 61.52 | 60.6 | 12.46 | - |
| YUV | 197.32 | 49.38 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 58 | 0 | 0.24 | 0.77 | 0 | 41.73 | 1 | 0.61 |
| Hex | FF | C3 | 3A | 0 | 18 | 4D | 0 | 2A | 64 | 3D |
| Octal | 377 | 303 | 72 | 0 | 30 | 115 | 0 | 52 | 144 | 75 |
| Binary | 11111111 | 11000011 | 111010 | 0 | 11000 | 1001101 | 0 | 101010 | 1100100 | 111101 |
Color Harmonies of #FFC33A
Complementary color
Monochromatic Colors of #FFC33A
Black with #FFC33A
Text Example
Text Example
White with #FFC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC33A; }
p { color: rgb(255,195,58); }
H1.HeaderClassName
{
color: #FFC33A;
}
.AnyTagClassName
{
color: #FFC33A;
}
</style>
background-color css
<style>
a { background-color: #FFC33A; }
a { background-color: rgb(255,195,58); }
div.DivClassName
{
background-color: #FFC33A;
}
.BgClassName
{
background-color: #FFC33A;
}
</style>
border-color css
<style>
span { border-color: #FFC33A; }
span { border-color: rgb(255,195,58); }
td.TdClassName
{
border-color: #FFC33A;
}
.TagClassName
{
border-color: #FFC33A;
}
</style>