Shades of Sunglow #FFCB3D
Tints of Sunglow #FFCB3D
RGB
CMYK
RGB Variations
Color information
#FFCB3D (or 0xFFCB3D) is known color: Sunglow. HEX triplet: FF, CB and 3D. RGB value is (255,203,61). Sum of RGB (Red+Green+Blue) = 255+203+61=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB3D is #0034C2. Grayscale: #CACACA. Windows color (decimal): -13507 or 4049919. OLE color: 4049919.
HSL color Cylindrical-coordinate representation of color #FFCB3D: hue angle of 43.92º 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 #FFCB3D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 61 | - |
| CMYK | 0 | 0.20 | 0.76 | 0 |
| HSL | 43.92º | 1% | 0.62% | - |
| HSV(B) | 43.92º | 0.76% | 1% | - |
| XYZ | 63.44 | 64.31 | 13.48 | - |
| YUV | 202.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 61 | 0 | 0.20 | 0.76 | 0 | 43.92 | 1 | 0.62 |
| Hex | FF | CB | 3D | 0 | 14 | 4C | 0 | 2C | 64 | 3E |
| Octal | 377 | 313 | 75 | 0 | 24 | 114 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001011 | 111101 | 0 | 10100 | 1001100 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCB3D
Complementary color
Monochromatic Colors of #FFCB3D
Black with #FFCB3D
Text Example
Text Example
White with #FFCB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB3D; }
p { color: rgb(255,203,61); }
H1.HeaderClassName
{
color: #FFCB3D;
}
.AnyTagClassName
{
color: #FFCB3D;
}
</style>
background-color css
<style>
a { background-color: #FFCB3D; }
a { background-color: rgb(255,203,61); }
div.DivClassName
{
background-color: #FFCB3D;
}
.BgClassName
{
background-color: #FFCB3D;
}
</style>
border-color css
<style>
span { border-color: #FFCB3D; }
span { border-color: rgb(255,203,61); }
td.TdClassName
{
border-color: #FFCB3D;
}
.TagClassName
{
border-color: #FFCB3D;
}
</style>