Shades of Sunglow #FFCB35
Tints of Sunglow #FFCB35
RGB
CMYK
RGB Variations
Color information
#FFCB35 (or 0xFFCB35) is known color: Sunglow. HEX triplet: FF, CB and 35. RGB value is (255,203,53). Sum of RGB (Red+Green+Blue) = 255+203+53=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 53 (21.09% from 255 or 10.37% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB35 is #0034CA. Grayscale: #CACACA. Windows color (decimal): -13515 or 3525631. OLE color: 3525631.
HSL color Cylindrical-coordinate representation of color #FFCB35: hue angle of 44.55º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFCB35 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 53 | - |
| CMYK | 0 | 0.20 | 0.79 | 0 |
| HSL | 44.55º | 1% | 0.6% | - |
| HSV(B) | 44.55º | 0.79% | 1% | - |
| XYZ | 63.24 | 64.23 | 12.43 | - |
| YUV | 201.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 53 | 0 | 0.20 | 0.79 | 0 | 44.55 | 1 | 0.6 |
| Hex | FF | CB | 35 | 0 | 14 | 4F | 0 | 2D | 64 | 3C |
| Octal | 377 | 313 | 65 | 0 | 24 | 117 | 0 | 55 | 144 | 74 |
| Binary | 11111111 | 11001011 | 110101 | 0 | 10100 | 1001111 | 0 | 101101 | 1100100 | 111100 |
Color Harmonies of #FFCB35
Complementary color
Monochromatic Colors of #FFCB35
Black with #FFCB35
Text Example
Text Example
White with #FFCB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB35; }
p { color: rgb(255,203,53); }
H1.HeaderClassName
{
color: #FFCB35;
}
.AnyTagClassName
{
color: #FFCB35;
}
</style>
background-color css
<style>
a { background-color: #FFCB35; }
a { background-color: rgb(255,203,53); }
div.DivClassName
{
background-color: #FFCB35;
}
.BgClassName
{
background-color: #FFCB35;
}
</style>
border-color css
<style>
span { border-color: #FFCB35; }
span { border-color: rgb(255,203,53); }
td.TdClassName
{
border-color: #FFCB35;
}
.TagClassName
{
border-color: #FFCB35;
}
</style>