Shades of Sunglow #FFC33F
Tints of Sunglow #FFC33F
RGB
CMYK
RGB Variations
Color information
#FFC33F (or 0xFFC33F) is known color: Sunglow. HEX triplet: FF, C3 and 3F. RGB value is (255,195,63). Sum of RGB (Red+Green+Blue) = 255+195+63=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC33F is #003CC0. Grayscale: #C6C6C6. Windows color (decimal): -15553 or 4178943. OLE color: 4178943.
HSL color Cylindrical-coordinate representation of color #FFC33F: hue angle of 41.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFC33F is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 63 | - |
| CMYK | 0 | 0.24 | 0.75 | 0 |
| HSL | 41.25º | 1% | 0.62% | - |
| HSV(B) | 41.25º | 0.75% | 1% | - |
| XYZ | 61.65 | 60.65 | 13.16 | - |
| YUV | 197.89 | 51.88 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 63 | 0 | 0.24 | 0.75 | 0 | 41.25 | 1 | 0.62 |
| Hex | FF | C3 | 3F | 0 | 18 | 4B | 0 | 29 | 64 | 3E |
| Octal | 377 | 303 | 77 | 0 | 30 | 113 | 0 | 51 | 144 | 76 |
| Binary | 11111111 | 11000011 | 111111 | 0 | 11000 | 1001011 | 0 | 101001 | 1100100 | 111110 |
Color Harmonies of #FFC33F
Complementary color
Monochromatic Colors of #FFC33F
Black with #FFC33F
Text Example
Text Example
White with #FFC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC33F; }
p { color: rgb(255,195,63); }
H1.HeaderClassName
{
color: #FFC33F;
}
.AnyTagClassName
{
color: #FFC33F;
}
</style>
background-color css
<style>
a { background-color: #FFC33F; }
a { background-color: rgb(255,195,63); }
div.DivClassName
{
background-color: #FFC33F;
}
.BgClassName
{
background-color: #FFC33F;
}
</style>
border-color css
<style>
span { border-color: #FFC33F; }
span { border-color: rgb(255,195,63); }
td.TdClassName
{
border-color: #FFC33F;
}
.TagClassName
{
border-color: #FFC33F;
}
</style>