Shades of Sunglow #FFCF36
Tints of Sunglow #FFCF36
RGB
CMYK
RGB Variations
Color information
#FFCF36 (or 0xFFCF36) is known color: Sunglow. HEX triplet: FF, CF and 36. RGB value is (255,207,54). Sum of RGB (Red+Green+Blue) = 255+207+54=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF36 is #0030C9. Grayscale: #CCCCCC. Windows color (decimal): -12490 or 3592191. OLE color: 3592191.
HSL color Cylindrical-coordinate representation of color #FFCF36: hue angle of 45.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFCF36 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 54 | - |
| CMYK | 0 | 0.19 | 0.79 | 0 |
| HSL | 45.67º | 1% | 0.61% | - |
| HSV(B) | 45.67º | 0.79% | 1% | - |
| XYZ | 64.22 | 66.15 | 12.87 | - |
| YUV | 203.91 | 43.4 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 54 | 0 | 0.19 | 0.79 | 0 | 45.67 | 1 | 0.61 |
| Hex | FF | CF | 36 | 0 | 13 | 4F | 0 | 2E | 64 | 3D |
| Octal | 377 | 317 | 66 | 0 | 23 | 117 | 0 | 56 | 144 | 75 |
| Binary | 11111111 | 11001111 | 110110 | 0 | 10011 | 1001111 | 0 | 101110 | 1100100 | 111101 |
Color Harmonies of #FFCF36
Complementary color
Monochromatic Colors of #FFCF36
Black with #FFCF36
Text Example
Text Example
White with #FFCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF36; }
p { color: rgb(255,207,54); }
H1.HeaderClassName
{
color: #FFCF36;
}
.AnyTagClassName
{
color: #FFCF36;
}
</style>
background-color css
<style>
a { background-color: #FFCF36; }
a { background-color: rgb(255,207,54); }
div.DivClassName
{
background-color: #FFCF36;
}
.BgClassName
{
background-color: #FFCF36;
}
</style>
border-color css
<style>
span { border-color: #FFCF36; }
span { border-color: rgb(255,207,54); }
td.TdClassName
{
border-color: #FFCF36;
}
.TagClassName
{
border-color: #FFCF36;
}
</style>