Shades of Sunglow #FFCE3A
Tints of Sunglow #FFCE3A
RGB
CMYK
RGB Variations
Color information
#FFCE3A (or 0xFFCE3A) is known color: Sunglow. HEX triplet: FF, CE and 3A. RGB value is (255,206,58). Sum of RGB (Red+Green+Blue) = 255+206+58=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE3A is #0031C5. Grayscale: #CCCCCC. Windows color (decimal): -12742 or 3854079. OLE color: 3854079.
HSL color Cylindrical-coordinate representation of color #FFCE3A: hue angle of 45.08º 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 #FFCE3A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 58 | - |
| CMYK | 0 | 0.19 | 0.77 | 0 |
| HSL | 45.08º | 1% | 0.61% | - |
| HSV(B) | 45.08º | 0.77% | 1% | - |
| XYZ | 64.08 | 65.71 | 13.31 | - |
| YUV | 203.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 58 | 0 | 0.19 | 0.77 | 0 | 45.08 | 1 | 0.61 |
| Hex | FF | CE | 3A | 0 | 13 | 4D | 0 | 2D | 64 | 3D |
| Octal | 377 | 316 | 72 | 0 | 23 | 115 | 0 | 55 | 144 | 75 |
| Binary | 11111111 | 11001110 | 111010 | 0 | 10011 | 1001101 | 0 | 101101 | 1100100 | 111101 |
Color Harmonies of #FFCE3A
Complementary color
Monochromatic Colors of #FFCE3A
Black with #FFCE3A
Text Example
Text Example
White with #FFCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE3A; }
p { color: rgb(255,206,58); }
H1.HeaderClassName
{
color: #FFCE3A;
}
.AnyTagClassName
{
color: #FFCE3A;
}
</style>
background-color css
<style>
a { background-color: #FFCE3A; }
a { background-color: rgb(255,206,58); }
div.DivClassName
{
background-color: #FFCE3A;
}
.BgClassName
{
background-color: #FFCE3A;
}
</style>
border-color css
<style>
span { border-color: #FFCE3A; }
span { border-color: rgb(255,206,58); }
td.TdClassName
{
border-color: #FFCE3A;
}
.TagClassName
{
border-color: #FFCE3A;
}
</style>