Shades of Sunglow #FFCE37
Tints of Sunglow #FFCE37
RGB
CMYK
RGB Variations
Color information
#FFCE37 (or 0xFFCE37) is known color: Sunglow. HEX triplet: FF, CE and 37. RGB value is (255,206,55). Sum of RGB (Red+Green+Blue) = 255+206+55=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 55 (21.88% from 255 or 10.66% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE37 is #0031C8. Grayscale: #CCCCCC. Windows color (decimal): -12745 or 3657471. OLE color: 3657471.
HSL color Cylindrical-coordinate representation of color #FFCE37: hue angle of 45.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFCE37 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 55 | - |
| CMYK | 0 | 0.19 | 0.78 | 0 |
| HSL | 45.3º | 1% | 0.61% | - |
| HSV(B) | 45.3º | 0.78% | 1% | - |
| XYZ | 64 | 65.68 | 12.92 | - |
| YUV | 203.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 55 | 0 | 0.19 | 0.78 | 0 | 45.3 | 1 | 0.61 |
| Hex | FF | CE | 37 | 0 | 13 | 4E | 0 | 2D | 64 | 3D |
| Octal | 377 | 316 | 67 | 0 | 23 | 116 | 0 | 55 | 144 | 75 |
| Binary | 11111111 | 11001110 | 110111 | 0 | 10011 | 1001110 | 0 | 101101 | 1100100 | 111101 |
Color Harmonies of #FFCE37
Complementary color
Monochromatic Colors of #FFCE37
Black with #FFCE37
Text Example
Text Example
White with #FFCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE37; }
p { color: rgb(255,206,55); }
H1.HeaderClassName
{
color: #FFCE37;
}
.AnyTagClassName
{
color: #FFCE37;
}
</style>
background-color css
<style>
a { background-color: #FFCE37; }
a { background-color: rgb(255,206,55); }
div.DivClassName
{
background-color: #FFCE37;
}
.BgClassName
{
background-color: #FFCE37;
}
</style>
border-color css
<style>
span { border-color: #FFCE37; }
span { border-color: rgb(255,206,55); }
td.TdClassName
{
border-color: #FFCE37;
}
.TagClassName
{
border-color: #FFCE37;
}
</style>