Shades of Sunglow #FFCE3D
Tints of Sunglow #FFCE3D
RGB
CMYK
RGB Variations
Color information
#FFCE3D (or 0xFFCE3D) is known color: Sunglow. HEX triplet: FF, CE and 3D. RGB value is (255,206,61). Sum of RGB (Red+Green+Blue) = 255+206+61=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE3D is #0031C2. Grayscale: #CCCCCC. Windows color (decimal): -12739 or 4050687. OLE color: 4050687.
HSL color Cylindrical-coordinate representation of color #FFCE3D: hue angle of 44.85º 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 #FFCE3D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 61 | - |
| CMYK | 0 | 0.19 | 0.76 | 0 |
| HSL | 44.85º | 1% | 0.62% | - |
| HSV(B) | 44.85º | 0.76% | 1% | - |
| XYZ | 64.15 | 65.74 | 13.72 | - |
| YUV | 204.12 | 47.23 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 61 | 0 | 0.19 | 0.76 | 0 | 44.85 | 1 | 0.62 |
| Hex | FF | CE | 3D | 0 | 13 | 4C | 0 | 2D | 64 | 3E |
| Octal | 377 | 316 | 75 | 0 | 23 | 114 | 0 | 55 | 144 | 76 |
| Binary | 11111111 | 11001110 | 111101 | 0 | 10011 | 1001100 | 0 | 101101 | 1100100 | 111110 |
Color Harmonies of #FFCE3D
Complementary color
Monochromatic Colors of #FFCE3D
Black with #FFCE3D
Text Example
Text Example
White with #FFCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE3D; }
p { color: rgb(255,206,61); }
H1.HeaderClassName
{
color: #FFCE3D;
}
.AnyTagClassName
{
color: #FFCE3D;
}
</style>
background-color css
<style>
a { background-color: #FFCE3D; }
a { background-color: rgb(255,206,61); }
div.DivClassName
{
background-color: #FFCE3D;
}
.BgClassName
{
background-color: #FFCE3D;
}
</style>
border-color css
<style>
span { border-color: #FFCE3D; }
span { border-color: rgb(255,206,61); }
td.TdClassName
{
border-color: #FFCE3D;
}
.TagClassName
{
border-color: #FFCE3D;
}
</style>