#FCC642

Color #FCC642 Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FCC642

Tints of Sunglow #FCC642

Color information

#FCC642 (or 0xFCC642) is unknown color: approx Sunglow. HEX triplet: FC, C6 and 42. RGB value is (252,198,66). Sum of RGB (Red+Green+Blue) = 252+198+66=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC642 is #0339BD. Grayscale: #C7C7C7. Windows color (decimal): -211390 or 4376316. OLE color: 4376316.

HSL color Cylindrical-coordinate representation of color #FCC642: hue angle of 42.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC642 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25219866-
CMYK00.210.740.01
HSL42.58º96.88%62.35%-
HSV(B)42.58º73.81%98.82%-
XYZ61.3261.4813.79-
YUV199.152.89165.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 48.84%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 66 (26.17% from 255) = 12.79%
R=48.84%
G=38.37%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521986600.210.740.0142.5896.8862.35
HexFCC6420154A12b613e
Octal37430610202511215314176
Binary11111100110001101000010010101100101011010111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC642; }

 p { color: rgb(252,198,66); }

 H1.HeaderClassName
 {
   color: #FCC642;
 }
 .AnyTagClassName
 {
   color: #FCC642;
 }
</style>
background-color css

<style>
 a { background-color: #FCC642; }

 a { background-color: rgb(252,198,66); }

 div.DivClassName
 {
   background-color: #FCC642;
 }
 .BgClassName
 {
   background-color: #FCC642;
 }
</style>
border-color css

<style>
 span { border-color: #FCC642; }

 span { border-color: rgb(252,198,66); }

 td.TdClassName
 {
   border-color: #FCC642;
 }
 .TagClassName
 {
   border-color: #FCC642;
 }
</style>