Shades of Sunglow #FFCB3B
Tints of Sunglow #FFCB3B
RGB
CMYK
RGB Variations
Color information
#FFCB3B (or 0xFFCB3B) is known color: Sunglow. HEX triplet: FF, CB and 3B. RGB value is (255,203,59). Sum of RGB (Red+Green+Blue) = 255+203+59=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 59 (23.44% from 255 or 11.41% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB3B is #0034C4. Grayscale: #CACACA. Windows color (decimal): -13509 or 3918847. OLE color: 3918847.
HSL color Cylindrical-coordinate representation of color #FFCB3B: hue angle of 44.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFCB3B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 59 | - |
| CMYK | 0 | 0.20 | 0.77 | 0 |
| HSL | 44.08º | 1% | 0.62% | - |
| HSV(B) | 44.08º | 0.77% | 1% | - |
| XYZ | 63.39 | 64.29 | 13.21 | - |
| YUV | 202.13 | 47.23 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 59 | 0 | 0.20 | 0.77 | 0 | 44.08 | 1 | 0.62 |
| Hex | FF | CB | 3B | 0 | 14 | 4D | 0 | 2C | 64 | 3E |
| Octal | 377 | 313 | 73 | 0 | 24 | 115 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001011 | 111011 | 0 | 10100 | 1001101 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCB3B
Complementary color
Monochromatic Colors of #FFCB3B
Black with #FFCB3B
Text Example
Text Example
White with #FFCB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB3B; }
p { color: rgb(255,203,59); }
H1.HeaderClassName
{
color: #FFCB3B;
}
.AnyTagClassName
{
color: #FFCB3B;
}
</style>
background-color css
<style>
a { background-color: #FFCB3B; }
a { background-color: rgb(255,203,59); }
div.DivClassName
{
background-color: #FFCB3B;
}
.BgClassName
{
background-color: #FFCB3B;
}
</style>
border-color css
<style>
span { border-color: #FFCB3B; }
span { border-color: rgb(255,203,59); }
td.TdClassName
{
border-color: #FFCB3B;
}
.TagClassName
{
border-color: #FFCB3B;
}
</style>