Shades of Sunglow #FCCF43
Tints of Sunglow #FCCF43
RGB
CMYK
RGB Variations
Color information
#FCCF43 (or 0xFCCF43) is known color: Sunglow. HEX triplet: FC, CF and 43. RGB value is (252,207,67). Sum of RGB (Red+Green+Blue) = 252+207+67=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 67 (26.56% from 255 or 12.74% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF43 is #0330BC. Grayscale: #CDCDCD. Windows color (decimal): -209085 or 4444156. OLE color: 4444156.
HSL color Cylindrical-coordinate representation of color #FCCF43: hue angle of 45.41º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCCF43 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 67 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.01 |
| HSL | 45.41º | 0.97% | 0.63% | - |
| HSV(B) | 45.41º | 0.73% | 0.99% | - |
| XYZ | 63.47 | 65.73 | 14.65 | - |
| YUV | 204.5 | 50.41 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 67 | 0 | 0.18 | 0.73 | 0.01 | 45.41 | 0.97 | 0.63 |
| Hex | FC | CF | 43 | 0 | 12 | 49 | 1 | 2D | 61 | 3F |
| Octal | 374 | 317 | 103 | 0 | 22 | 111 | 1 | 55 | 141 | 77 |
| Binary | 11111100 | 11001111 | 1000011 | 0 | 10010 | 1001001 | 1 | 101101 | 1100001 | 111111 |
Color Harmonies of #FCCF43
Complementary color
Monochromatic Colors of #FCCF43
Black with #FCCF43
Text Example
Text Example
White with #FCCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF43; }
p { color: rgb(252,207,67); }
H1.HeaderClassName
{
color: #FCCF43;
}
.AnyTagClassName
{
color: #FCCF43;
}
</style>
background-color css
<style>
a { background-color: #FCCF43; }
a { background-color: rgb(252,207,67); }
div.DivClassName
{
background-color: #FCCF43;
}
.BgClassName
{
background-color: #FCCF43;
}
</style>
border-color css
<style>
span { border-color: #FCCF43; }
span { border-color: rgb(252,207,67); }
td.TdClassName
{
border-color: #FCCF43;
}
.TagClassName
{
border-color: #FCCF43;
}
</style>